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.
a list of elements to pass to set.seed or a single value, interpreted as an integer, or NULL to be used when 'add_noise' is set to TRUE. Default is NULL. Note that NA_integer_ or list(seed = NA_integer_) can be used to not call set.seed at all.
Other arguments to be passed.
population is exported as tagged population.