loadVariantBulk: Insert data from a file/cloud path into ES store

Description Usage Arguments

View source: R/variantETL.R

Description

Insert data from a file/cloud path into ES store

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
loadVariantBulk(
  pid = "pjx",
  tblclass = "vdata",
  skipLoad = FALSE,
  istart = 1,
  tblname = "snvs",
  infile = NULL,
  source = "cloud",
  s3path = mydf$prefixpath[1],
  s3bucket = NULL,
  doFilter = TRUE
)

Arguments

pid
tblclass
istart
tblname
infile
source
s3path
s3bucket
doFilter
mydf

freezecoder/vcloudetl documentation built on Aug. 29, 2020, 12:03 a.m.