loadESEData | R Documentation |
This function loads any of 6 known data frame objects into Oracle. If an unknown
target_table
is specified, that table will be created (and deleted, if it already existed)
If the target_table
is an existing ESE_* table, and confirmOverwrite
is TRUE, then
the new data will be appended.
loadESEData(
cxnObj = NULL,
source_df = NULL,
target_table = NULL,
confirmOverwrite = F
)
cxnObj |
default is |
source_df |
default is |
target_table |
default is |
confirmOverwrite |
default is |
nothing, but data gets loaded to the selected location in Oracle.
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca
Other general_use:
colTypeConverter()
,
loadData()
,
matchAndesToESE()
,
setExperimentType()
,
tweakBasketsPostProcessing()
,
tweakBaskets()
,
tweakCatches()
,
tweakLv1()
,
tweakSets()
,
tweakSpecimensRaw()
,
tweakUniversal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.