View source: R/variable-start.R
is_table_feeder_var | R Documentation |
Checks whether a variable start is a table
is_table_feeder_var(feeder_var)
feeder_var |
string The variable start to check |
logical TRUE if the variable is a table feeder, FALSE otherwise
# Check if a variable is a table feeder
is_table_feeder_var("$table:my_lookup") # Returns TRUE
is_table_feeder_var("[regular_var]") # Returns FALSE
is_table_feeder_var("$table:values") # Returns TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.