get_geo_meta | R Documentation |
This is useful to combine with search_geo()
and filter results since
search_geo()
cannot get all long metadata of GEO identities.
get_geo_meta(
ids,
dest_dir = getwd(),
ftp_over_https = TRUE,
handle_opts = list(connecttimeout = 60L)
)
ids |
A character vector representing the GEO entity for downloading and
parsing. All ids must in the same GEO identity ( |
dest_dir |
The destination directory for any downloads. Defaults to current working dir. |
ftp_over_https |
A scalar logical value indicates whether to connect GEO
FTP site with https traffic. If |
handle_opts |
A list of named options / headers to be set in the handle. |
A data.table contains metadata of all ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.