BiqQuery field (and fields) class
bq_field()
and bq_fields()
create; as_bq_field()
and as_bq_fields()
coerce from lists.
bq_field(name, type, mode = "NULLABLE", fields = list(), description = NULL) bq_fields(x) as_bq_field(x) as_bq_fields(x)
name |
Field name |
type |
Field type |
mode |
Field mode |
fields |
For a field of type "record", a list of sub-fields. |
description |
Field description |
x |
A list of |
bq_field("name", "string") as_bq_fields(list( list(name = "name", type = "string"), bq_field("age", "integer") )) # as_bq_fields() can also take a data frame as_bq_fields(mtcars)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.