View source: R/fillPartyInformation.R
fillPartyInformation | R Documentation |
Fills the information for a given party
fillPartyInformation( target, name, type = "individual", address = "", phone = "", electronicMailAddress = "", onlineURL = "" )
target |
The initial object of class |
name |
A string with the full name of the person/organization/position being described. |
type |
A string that identifies the party type: "individual", "organization" or "position". |
address |
A string with the party postal address. |
phone |
A string with the contact phone number. |
electronicMailAddress |
A string with information about funding agencies. |
onlineURL |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.