bigQueryR (version 0.4.0)

schema_fields: Create data schema for upload to BigQuery

Description

Use this on a sample of the data you want to load from Google Cloud Storage

Usage

schema_fields(data)

Arguments

data

An example of the data to create a schema from

Value

A schema object suitable to pass within the schema argument of bqr_upload_data

Details

This is taken from insert_upload_job