Volunteer | R Documentation |
Volunteer class representing a CorrelAid Volunteer
Volunteer class representing a CorrelAid Volunteer
first_name
character. first_name of the volunteer
last_name
character. last_name of the volunteer
email
character. Email of the volunteer
user_gh
character. github username of the volunteer.
user_gl
character. gitlab username of the volunteer.
user_twitter
character. twitter username of the volunteer.
url_website
character. personal website of the volunteer.
url_linkedin
character. url to the linkedin profil of the volunteer
url_xing
character. url to the xing profil of the volunteer
lc_id
integer. Returns the integer corresponding to the local chapter of the volunteer. create a volunteer
new()
Volunteer$new( first_name, last_name, email, user_gh = NA_character_, user_gl = NA_character_, user_twitter = NA_character_, url_website = NA_character_, url_linkedin = NA_character_, url_xing = NA_character_, lc_name = NA_character_ )
first_name
character. first name of the volunteer
last_name
character. last name of the volunteer
email
character. email of the volunteer
user_gh
character. GitHub username of the volunteer. defaults to NA
user_gl
character. GitLab username of the volunteer. defaults to NA
user_twitter
character. Twitter username of the volunteer. defaults to NA
url_website
character. Personal website of the volunteer. defaults to NA
url_linkedin
character. URL to Linkedin profile of the volunteer. defaults to NA
url_xing
character. URL to Xing profile of the volunteer. defaults to NA
lc_name
character. Name of the local chapter of the volunteer. defaults to NA to_tibble
to_tibble()
returns a one row tibble representation of the Volunteer object. set_local_chapter
Volunteer$to_tibble()
set_local_chapter()
sets the local chapter of the volunteer get_sql_tables
Volunteer$set_local_chapter(lc_name)
lc_name
name of the local chapter. see projectutils::local_chapters for options.
get_sql_tables()
a list function that returns tibble for each table
Volunteer$get_sql_tables()
clone()
The objects of this class are cloneable with this method.
Volunteer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.