Fills the information for a given party

fillPartyInformation(
  target,
  name,
  type = "individual",
  address = "",
  phone = "",
  electronicMailAddress = "",
  onlineURL = ""
)

Arguments

target

The initial object of class VegX to be modified.

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.

Value

The modified object of class VegX.

References

Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data

See also

Examples


x = fillPartyInformation(newVegX(), name = "Susan K. Wiser")