Closed ha0ye closed 5 years ago
Actually not an issue, since we set a .id
for purrr::map_dfr
, and:
the help says:
.id Either a string or NULL. If a string, the output will contain a variable with that name, storing either the name (if .x is named) or the index (if .x is unnamed) of the input.
Since
analysis_wrapper()
is applying an analysis function each time series in a dataset, we want to keep track of where each result came from. Currently, we use the colnames of the dataset as an identifier, but we should make sure we have a backup if that is missing.