DataManipulation {hana.ml.r}R Documentation

DataManipulation

Description

DataManipulation

Usage

DataManipulation(conn.context,
                 table,
                 schema = NULL,
                 unload = TRUE)

Arguments

conn.context

ConnectionContext
Contains a handle to a database connection.

table

character
The HANA table to store the data from R data.frame.

schema

character, optional
The database schema.
Defualts to the schema of conn.context.

unload

logical, optional
- TRUE: unload table from memory.
- FALSE: no action.
Defaults to TRUE.


[Package hana.ml.r version 1.0.8 Index]