detect_dttm_fields | R Documentation |
Detect datetime fields which are present in a dataframe
detect_dttm_fields(x, layer_details)
x |
a dataframe from a query |
layer_details |
the layer details object returned by |
This function uses the layer_details object to determine which columns have the datetime type and then only returns those which are present in the dataframe.
a character vector of field names which are present in x and have the type Datetime
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.