| create_rmarkdown | Create an example R Markdown project structure |
| example_action_fn | Example action function for demonstrating analysis structure |
| example_data_fn_nor_covid19_cases_by_time_location | An example data_fn that returns a data set |
| expand_list | Create a cross product of lists |
| get_anything | Get objects with package namespace support |
| is_run_directly | Check if code is being run directly or from within a function |
| nor_covid19_cases_by_time_location | Covid-19 data for PCR-confirmed cases in Norway (nation and county) |
| Plan | R6 Class for Planning and Executing Analyses |
| set_opts | Set package configuration options |
| test_action_fn | Test action function that returns a constant value |
| try_again | Retry code execution with exponential backoff |