View source: R/file_format_utils.R
extract_dict_list | R Documentation |
Handles dict input from nodelist tibbles. This can be:
a list containing one tibble with four rows containing four strings (if actdata keys or filepaths)
or a list of four tibbles representing dictionaries (if a df was passed)
A mix of these two formats
extract_dict_list(input)
input |
the input passed from the nodelist df |
These are not checked for validity here; that happens later. TODO: Think about whether this check should be moved up (possibly to the nodelist creation).
a list with four string entries or a tibble with four nested tibble entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.