powered by
Opens the Nomis web interface for a dataset in your browser.
browse_dataset(id, page = c("dataset", "download", "metadata"))
Invisible TRUE if successful. Called for side effects (opening browser).
Dataset ID (e.g., "NM_1_1")
Which page to open: "dataset", "download", "metadata"
if (FALSE) { browse_dataset("NM_1_1") browse_dataset("NM_1_1", page = "download") }
Run the code above in your browser using DataLab