find_keyword: Finds keyword

Description Usage Arguments Value Examples

View source: R/find_keyword.R

Description

Search by keyword in the content data frame and more precisely in the name of the data frame and in the name of the variables and returns a data frame.

Usage

1
find_keyword(keyword)

Arguments

keyword

a vector of character string

Value

a data frame of three variables: data_name, data_frame and data

Examples

1
2
3
4
5
# for one keyword
pov <- find_keyword("poverty")

# for multiple keyword
export_import <- find_keyword(c("exportation", "importation"))

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