Description: Description class representing the Description of a CorrelAid...

DescriptionR Documentation

Description class representing the Description of a CorrelAid project

Description

Description class representing the Description of a CorrelAid project

Description class representing the Description of a CorrelAid project

Active bindings

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

Methods

Public methods


Method new()

Usage
Description$new(project_id)
Arguments
project_id

character. id of the project to_tibble


Method to_tibble()

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

Usage
Description$to_tibble()

Method get_sql_tables()

function that returns a tibble for each table

Usage
Description$get_sql_tables()

Method clone()

The objects of this class are cloneable with this method.

Usage
Description$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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