View source: R/sn_search_wiki.R
sn_tidy_wiki | R Documentation |
Return (almost) all information from a Wikidata item in a tidy format
sn_tidy_wiki(id, cache = TRUE)
id |
A characther vector, must start with Q, e.g. "Q254" for Wolfgang Amadeus Mozart |
cache |
Logical, defaults to TRUE. If TRUE, it stores all retrieved data in a local sqlite database. |
A data.frame (a tibble) with two columns: property and value
## Not run:
sn_extract_wiki("Q254")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.