| assign_table_function | R Documentation | 
Create one table function
assign_table_function(
  table_name,
  con_id,
  env = parent.frame(),
  table_formatter = snakecase::to_snake_case,
  table_post = identity
)
table_name | 
 Name of the table  | 
con_id | 
 A short string describing a globally cached connection pool  | 
env | 
 Environment in which to create the table accessors, such as the global environment or a package namespace.  | 
table_formatter | 
 Optionally, a function to clean the table name before turning it into a function name, such as removing prefixes  | 
table_post | 
 Post-processing to perform on each table before returning it  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.