Skip to content

Add small example datasets for use in examples #164

@njtierney

Description

@njtierney

E.g.,

Instead of doing

polymod_setting_data <- get_polymod_setting_data()

polymod_setting_data_small <- polymod_setting_data %>%
  lapply(FUN = function(x) x %>% filter(age_from <= 20, age_to <= 20)) |> 
  new_setting_data()

Just have a couple of smaller datasets

  • One for each home/work/school/other setting only
  • One for all settings but small

See how small I can make it but still be useful?

This way the examples can all run as well

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions