fillPartyInformation: Fills the information for a given party

View source: R/fillPartyInformation.R

fillPartyInformationR Documentation

Fills the information for a given party

Description

Fills the information for a given party

Usage

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

Other fill functions: fillProjectInformation(), fillUniqueIdentifiers()

Examples


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


miquelcaceres/VegX documentation built on Sept. 18, 2022, 7:04 p.m.