Learn R Programming

umx (version 1.4.0)

umx_open: umx_open

Description

Open a file or folder. Works on OS X, mostly on windows, and hopefully on unix.

Usage

umx_open(filepath = getwd())

Arguments

filepath
The file to open

Value

-

Details

NOTE: Your filepath is shQuoted by this function.

References

- https://github.com/tbates/umx, https://tbates.github.io

See Also

Other File Functions: dl_from_dropbox, umx_make_sql_from_excel, umx_move_file, umx_rename_file, umx

Examples

Run this code
## Not run: 
# umx_open(getwd())
# umx_open("~/bin/umx/R/misc_and_utility copy.r")
# ## End(Not run)

Run the code above in your browser using DataLab