make_empty_tibble | R Documentation |
Make an empty tibble with specified column names
make_empty_tibble(field_names, out_fields)
field_names |
the names of the columns to include |
out_fields |
the fields to filter from the field_names if user has specified wanting certain fields |
This function makes an empty tibble with specified column names
an emtpy tibble with the names in out_fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.