view {fritools} | R Documentation |
View a File or Directory
Description
Call shell.exec
on windows, mimic shell.exec
otherwise.
Usage
view(path, program = NA)
Arguments
path |
A path to a file or directory. |
program |
A program to use. |
Value
See Also
Other operating system functions:
clipboard_path()
,
file_copy()
,
file_save()
,
get_boolean_envvar()
,
get_run_r_tests()
,
is_installed()
,
is_r_package_installed()
,
is_success()
,
is_windows()
,
vim()
,
wipe_tempdir()
,
with_dir()
Examples
path <- file.path(tempdir(), "foo.txt")
writeLines(c("abc", "xyz"), con = path)
view(path)
[Package fritools version 4.3.0 Index]