Creates a sample from a population
data_add_pop_sample(obj, pop, size, new_name, random_seed = NULL, ...)
an IFC_data object with sampled pop added.
an `IFC_data` object extracted by ExtractFromDAF(extract_features = TRUE) or ExtractFromXIF(extract_features = TRUE).
name of the population to sample.
a non-negative integer giving the number of items to choose.
name of the exported population. When missing the default, a random name will be given.
a single value, interpreted as an integer, or NULL to be used with set.seed() from base. Default is NULL.
Other arguments to be passed.
population is exported as tagged population.