as.scidb_int64_cols: wrapper for as.scidb when supplying int64 types When type...

Description Usage Arguments

View source: R/scidb-helper-functions.R

Description

wrapper for as.scidb when supplying int64 types

When type argument of as.scidb has int64-s, there are issues uploading with both input and aio_input (see https://github.com/Paradigm4/SciDBR/issues/189) Avoid this by converting int64 fields in R before upload.

Usage

1
as.scidb_int64_cols(db, df1, int64_cols, ...)

Arguments

db

database connection object

df1

dataframe to be uploaded

int64_cols

columns which need to be converted to int64-s


Paradigm4/revealgenomics documentation built on April 7, 2020, 2:01 a.m.