| browse_dataset | R Documentation |
Opens the Nomis web interface for a dataset in your browser.
browse_dataset(id, page = c("dataset", "download", "metadata"))
id |
Dataset ID (e.g., "NM_1_1") |
page |
Which page to open: "dataset", "download", "metadata" |
Invisible TRUE if successful. Called for side effects (opening browser).
## Not run:
browse_dataset("NM_1_1")
browse_dataset("NM_1_1", page = "download")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.