openFileInOS {pander} | R Documentation |
Open file
Description
Tries to open a file with operating system's default program.
Usage
openFileInOS(f)
Arguments
f |
file (with full path) |
References
This function is a fork of David Hajage's convert
function: https://github.com/eusebe/ascii/blob/master/R/export.r
[Package pander version 0.6.5 Index]