osf_open {osfr} | R Documentation |
Open on OSF
Description
View a project, component, file, or user profile on OSF with your default web browser.
Usage
osf_open(x)
Arguments
x |
one of the following:
|
Examples
## Not run:
# Navigate to a project based on its GUID
osf_open("e81xl")
# You can also provide an osf_tbl subclass
crp_file <- osf_retrieve_file("ucpye")
osf_open(crp_file)
## End(Not run)
[Package osfr version 0.2.9 Index]