extract_df: Extract data frame from content

Description Usage Arguments Value Examples

View source: R/extract_df.R

Description

Extracts a data frame or a list of data frame from the name 'data_name' of the data frame selected in the content data frame.

Usage

1
extract_df(keyword)

Arguments

keyword

a vector of character string, of value from the column 'data_name' of the content data frame

Value

a data frame or a list of data frame

Examples

1
2
3
4
5
# for one keyword
pop <- extract_df("demography_5")

# for multiple keyword
lst_demo <- extract_df(c("demography_5", "demography_3"))

choisy/gso documentation built on Aug. 22, 2019, 10:32 a.m.