clio_get_cat: Executive a query of categories to clio-infra

Description Usage Arguments Value See Also Examples

View source: R/clio_get_cat.R

Description

This function allows you to enter (one or more of the available) category names as an arguments.

Usage

1

Arguments

category

A vector of categories.

...

All other arguments are passed on to Clio::clio_get()

Value

A data.frame (or list) consisting of all the variables within a certain category

See Also

Clio::clio_get() Arguments other than category are passed to this function.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
clio_get_cat("finanz", list = F, from = 1800, to = 1900)

clio_get_cat(c("agriculture", "environment"),
countries = "Netherlands",
mergetype = inner_join, from = 1850, to = 1900)
clio_get_cat("Produzioni", from = 1700, list = F, mergetype = inner_join)

clio_get(c("Tin Production", "income inequality"), from = 1800, countries = c("Netherlands", "Russia"))

clio_get_cat("labor relation")

basm92/Clio documentation built on July 15, 2020, 4:05 a.m.