get_preview | R Documentation |
It returns a character vector of urls to preview the data records.
get_preview(x)
## S4 method for signature 'records'
get_preview(x)
## S4 method for signature 'records'
get_download(x)
x |
a |
preview url of a records
## Not run:
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
to=tempdir(),
recursive = TRUE)
navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
# get the records
rcds <- records(navarre)
# get a vector with the preview url of each record
get_api_name(rcds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.