Learn R Programming

FSK2R (version 0.2.0)

FSKAuthor: Author Information

Description

Author Information

Usage

FSKAuthor(
  title = NULL,
  familyName = NULL,
  givenName = NULL,
  email = NULL,
  telephone = NULL,
  streetAddress = NULL,
  country = NULL,
  zipCode = NULL,
  region = NULL,
  timeZone = NULL,
  gender = NULL,
  note = NULL,
  organization = NULL
)

FSKCreator( title = NULL, familyName = NULL, givenName = NULL, email = NULL, telephone = NULL, streetAddress = NULL, country = NULL, zipCode = NULL, region = NULL, timeZone = NULL, gender = NULL, note = NULL, organization = NULL )

Arguments

title

Title (string)

familyName

Family name (string)

givenName

Given name (string)

email

Email address (string, required)

telephone

Telephone (string)

streetAddress

Street address (string)

country

Country (string)

zipCode

Zip code (string)

region

Region (string)

timeZone

Time zone (string)

gender

Gender (string)

note

Note (string)

organization

Organization (string)