loadJsonFiles2BigQuery: Load JSON files into a big query table

Description Usage Arguments See Also

Description

Load JSONL files that are stored in google cloud storage into a big query table. Schema will be automatically detected.

Usage

1
2
3
loadJsonFiles2BigQuery(project, dataset, table, source_uris,
  create_disposition = "CREATE_IF_NEEDED",
  write_disposition = "WRITE_APPEND")

Arguments

project

Google cloud billing project

dataset

Dataset that contains the table

table

Table to load the json files into.

source_uris

Vector containing the GS location of the files to be loaded

See Also

https://github.com/cloudyr/googleCloudStorageR Files to be loaded can be uploaded easily using the cloudyr package

https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load


iainmwallace/DataDepository documentation built on May 31, 2019, 3:54 a.m.