schema_fields: Create data schema for upload to BigQuery

View source: R/uploadData.R

schema_fieldsR Documentation

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

Details

This is taken from insert_upload_job

Value

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

Author(s)

Hadley Wickham hadley@rstudio.com


cloudyr/bigQueryR documentation built on May 23, 2024, 10:18 a.m.