check_df_variables | R Documentation |
Returns variable
if it was not detected in the column names
of the specified data.frame. To be used in purrr::map()
with argument .x
set to a vector of all used variable names.
check_df_variables(variable_name, df)
variable_name |
Character value. The name of the variable to be checked. |
df |
A read in cell track data.frame. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.