View source: R/flexfile_family.R
create_flexfile_family | R Documentation |
create_flexfile_family()
creates a list of related FlexFile Family reports. For example,
it is used to store the matching FlexFile and Quantity Data Report together.
force_flexfile_family()
is a thin wrapper around create_flexfile_family()
where .check = FALSE
.
create_flexfile_family(..., report_list = NULL, .check = TRUE)
force_flexfile_family(..., report_list = NULL)
... |
One or more reports in the FlexFile family of types. |
report_list |
Alternatively, a list of reports. If provided then the
contents of |
.check |
Logical whether to check if the reports have matching metadata or not. |
A list of reports of type flexfile_family
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.