A function to fill descriptions table when importing data (typically those which are not in mandatory).

fill_descriptions(hash, types, data, n = length(hash), model = analysr_env)

Arguments

hash

a vector containing hash to associate

types

a vector of strings (the name of the columns to import)

data

the data frame you want to extract data from

n

(optional) length of hash if already calculated

model

An AnalysR env. Default: analysr_env