| open_path | R Documentation | 
Open directory explorer or files
open_path(path)
| path | Full path of the file to be opened | 
This assumes default applications are set for various file type
## Not run: 
 dir_name <- "C:/Users/<username>/Downloads"
 open_path(dir_name)
 file_name <- "C:/Users/<username>/Downloads/test.csv"
 open_path(file_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.