create_flexfile_family: Create a FlexFile Family

View source: R/flexfile_family.R

create_flexfile_familyR Documentation

Create a FlexFile Family

Description

[Experimental]

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.

Usage

create_flexfile_family(..., report_list = NULL, .check = TRUE)

force_flexfile_family(..., report_list = NULL)

Arguments

...

One or more reports in the FlexFile family of types.

report_list

Alternatively, a list of reports. If provided then the contents of ... will be ignored.

.check

Logical whether to check if the reports have matching metadata or not.

Value

A list of reports of type flexfile_family.


Technomics/readflexfile documentation built on Jan. 10, 2024, 6:25 p.m.