Skip to contents

This function will open a browser window to the RefineBio dataset page for the given dataset. This is a convenience function for users who want to quickly view the dataset page for a given dataset.

Usage

dataset_page_browser(dataset)

Arguments

dataset

The dataset ID or rb_dataset object

Value

the dataset page URL (invisibly)

Author

Sean Davis seandavi@gmail.com

Examples

if (FALSE) {
dataset_page_browser(dataset)
}