diff --git a/man/build_table_column_full_bucket b/man/build_table_column_full_bucket new file mode 100644 index 0000000..90b8f4a --- /dev/null +++ b/man/build_table_column_full_bucket @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/build_collection.R +\name{build_table_column_full_bucket} +\alias{build_table_column_full_bucket} +\title{Build table_columns object for collection of full s3 bucket} +\usage{ +build_table_columns(data_object, description_df) +} +\arguments{ +\item{data_object}{parquet object used to store data} + +\item{description_df}{dataframe of table column descriptions, one description for each column needed} +} +\description{ +Build table_columns object for collection +}