Organization | R Documentation |
Organization class representing a CorrelAid Partner Organization
Organization class representing a CorrelAid Partner Organization
organization_id
character. organization_id name of the organization
organization_name
character. organization_name name of the organization
website
character. website of the organization
about
tibble. Returns or sets the about paragraph of the organization. create a organization
new()
Organization$new(organization_id, organization_name, website = NA)
organization_id
character. ID of the organization. three letter abbreviation, uppercase. e.g. COR for CorrelAid
organization_name
character. name of organization
website
character. url of the website. defaults to NA to_tibble
to_tibble()
returns a one row tibble representation of the Volunteer object. get_sql_tables
Organization$to_tibble()
get_sql_tables()
a list function that returns tibble for each table
Organization$get_sql_tables()
clone()
The objects of this class are cloneable with this method.
Organization$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.