wpd_get_exact: wpd_get_exact

Description Usage Arguments Examples

View source: R/wpd_get_exact.R

Description

wpd_get_exact

wpd_get_search

wpd_get_worker

Usage

1
2
3
4
5
wpd_get_exact(page = NULL, lang = NULL, data = TRUE, comp = "=")

wpd_get_search(page = NULL, lang = NULL, data = FALSE)

wpd_get_worker(page, lang, comp = "=", data = TRUE)

Arguments

page

page name or SQL search string (https://www.techonthenet.com/sqlite/like.php, https://sqlite.org/lang_expr.html#like)

lang

language vector, see: wpd_languages

data

should time series data be returned in addition to page_id, lang and page_name

comp

the SQL comparison operator to be used '=' or like

Examples

1
2
3
4
5
6
7
8
## Not run: 
wpd_get_exact("angela_merkel", c("de", "en"))
wpd_get_exact("angela_merkel", c("de", "en"), data = FALSE)

wpd_get_search("%peter%", c("de", "en"))
wpd_get_search("angela%", c("cs"), data = TRUE)

## End(Not run)

petermeissner/wpdaccess documentation built on May 7, 2019, 4:42 p.m.