| Volunteer | R Documentation |
Volunteer class representing a CorrelAid Volunteer
Volunteer class representing a CorrelAid Volunteer
first_namecharacter. first_name of the volunteer
last_namecharacter. last_name of the volunteer
emailcharacter. Email of the volunteer
user_ghcharacter. github username of the volunteer.
user_glcharacter. gitlab username of the volunteer.
user_twittercharacter. twitter username of the volunteer.
url_websitecharacter. personal website of the volunteer.
url_linkedincharacter. url to the linkedin profil of the volunteer
url_xingcharacter. url to the xing profil of the volunteer
lc_idinteger. 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_namecharacter. first name of the volunteer
last_namecharacter. last name of the volunteer
emailcharacter. email of the volunteer
user_ghcharacter. GitHub username of the volunteer. defaults to NA
user_glcharacter. GitLab username of the volunteer. defaults to NA
user_twittercharacter. Twitter username of the volunteer. defaults to NA
url_websitecharacter. Personal website of the volunteer. defaults to NA
url_linkedincharacter. URL to Linkedin profile of the volunteer. defaults to NA
url_xingcharacter. URL to Xing profile of the volunteer. defaults to NA
lc_namecharacter. 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_namename 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.