Description | R Documentation |
Description class representing the Description of a CorrelAid project
Description class representing the Description of a CorrelAid project
summary
tibble. Returns or sets the summary list of the project.
title
tibble. Returns or sets the summary title of the project.
problem
tibble. Returns or sets the problem list of the project.
data
tibble. Returns or sets the data list of the project.
approach
tibble. Returns or sets the approach list of the project.
impact
tibble. Returns or sets the impact list of the project.
further_links
tibble. Returns or sets or sets the further links list of the project. create a description of a project
new()
Description$new(project_id)
project_id
character. id of the project to_tibble
to_tibble()
returns a one row tibble representation of the Description object. get_sql_tables
Description$to_tibble()
get_sql_tables()
function that returns a tibble for each table
Description$get_sql_tables()
clone()
The objects of this class are cloneable with this method.
Description$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.