Organization: Organization class representing a CorrelAid Partner...

OrganizationR Documentation

Organization class representing a CorrelAid Partner Organization

Description

Organization class representing a CorrelAid Partner Organization

Organization class representing a CorrelAid Partner Organization

Active bindings

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

Methods

Public methods


Method new()

Usage
Organization$new(organization_id, organization_name, website = NA)
Arguments
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


Method to_tibble()

returns a one row tibble representation of the Volunteer object. get_sql_tables

Usage
Organization$to_tibble()

Method get_sql_tables()

a list function that returns tibble for each table

Usage
Organization$get_sql_tables()

Method clone()

The objects of this class are cloneable with this method.

Usage
Organization$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


CorrelAid/projectutils documentation built on Oct. 7, 2022, 4:40 a.m.