View a project, component, file, or user profile on OSF with your default web browser.
Arguments
- x
- one of the following: - an OSF URL, or a generic string containing a GUID or Waterbutler ID. 
- an - osf_tbl_nodewith a single project or component.
- an - osf_tbl_filewith a single file or directory.
- an - osf_tbl_userwith a single OSF user.
 
Examples
if (FALSE) { # \dontrun{
# 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)
} # }
