glottoget {glottospace} | R Documentation |
Get glottodata from local path or online global databases
Description
Load locally stored glottodata, download databases from online sources, or load built-in demo data
Usage
glottoget(
glottodata = NULL,
meta = FALSE,
download = FALSE,
dirpath = NULL,
url = NULL
)
Arguments
glottodata |
options are:
|
meta |
In case 'glottodata' is demodata/demosubdata: by default, meta sheets are not loaded. Use meta=TRUE if you want to include them. |
download |
By default internally stored versions of global databases are used. Specify download = TRUE in case you want to download the latest version from a remote server. |
dirpath |
Optional, if you want to store a global CLDF dataset in a specific directory, or load it from a specific directory. |
url |
Zenodo url, something like this: "https://zenodo.org/api/records/3260727" |
Value
A glottodata or glottosubdata object (a data.frame or list, depending on which glottodata is requested)
See Also
Other <glottodata>:
glottosave()
Examples
glottoget("glottolog")