{
# use madshapR_examples provided by the package
# Any list of data frame can be a dossier by definition.
library(stringr)
dossier <- madshapR_examples[str_detect(names(madshapR_examples),"^dataset_example")]
is_dossier(dossier)
is_dossier(list(dataset_1 = iris, dataset_2 = mtcars))
is_dossier(iris)
}
Run the code above in your browser using DataLab