open selected directory or file

o(file = ".")

Arguments

file

to be open; open working directory by default

Value

No return value, called for opening specific directory or file

Author

Guangchuang Yu

Examples

if (FALSE) { # \dontrun{
## to open current working directory
o()
} # }