open {io} |
R Documentation |
Apply the function f to the result of open(args...; kwargs...)
Description
and close the resulting file descriptor upon completion.
Usage
open(f,
filename = NULL,
mode = "r");
Arguments
f
-
filename
[as string]
mode
[as string]
env
[as Environment]
Details
Authors
njl
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
io version 1.0.0.0
Index]