umx_open | R Documentation |
Open a file or folder. Works on OS X, mostly on windows, and hopefully on unix.
umx_open(filepath = getwd())
filepath |
The file to open |
NOTE: Your filepath is shQuote()
'd by this function.
None
Other File Functions:
dl_from_dropbox()
,
umx_file_load_pseudo()
,
umx_make_sql_from_excel()
,
umx_move_file()
,
umx_rename_file()
,
umx_write_to_clipboard()
,
umx
## Not run:
umx_open() # Default is to open working directory getwd()
umx_open("~/bin/umx/R/misc_and_utility copy.r")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.