enable_local | R Documentation |
This function extracts all of the necessary oracle tables to a local folder so that the functions can be run locally.
enable_local(
data.dir = NULL,
oracle.username = "_none_",
oracle.password = "_none_",
oracle.dsn = "_none_",
usepkg = "rodbc",
force.extract = FALSE,
...
)
data.dir |
The default is your working directory. If you are hoping to load existing data, this folder should identify the folder containing your *.rdata files. |
oracle.username |
default is |
oracle.password |
default is |
oracle.dsn |
default is |
usepkg |
default is |
force.extract |
default is |
... |
other arguments passed to methods |
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.