fillPartyInformation.Rd
Fills the information for a given party
fillPartyInformation(
target,
name,
type = "individual",
address = "",
phone = "",
electronicMailAddress = "",
onlineURL = ""
)
The initial object of class VegX
to be modified.
A string with the full name of the person/organization/position being described.
A string that identifies the party type: "individual", "organization" or "position".
A string with the party postal address.
A string with the contact phone number.
A string with information about funding agencies.
A string describing the study area succinctly.
The modified object of class VegX
.
Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data
Other fill functions:
fillProjectInformation()
,
fillUniqueIdentifiers()
x = fillPartyInformation(newVegX(), name = "Susan K. Wiser")