Create a dataset with implicit null for each available year in the dataset
Usage
get_implicit_per_year(imp, refs, years, colstr, .env = parent.frame())Arguments
- imp
 A list of implicit null data derived from get_implicit_col function
- refs
 Reference values for the selected columns
- years
 All years in the dataset
- colstr
 Column structure or Class type
- .env
 Inherit object from parent frame
See also
Other implicit-null functions:
do_implicit_null(),
find_implicit_col(),
find_implicit_null(),
get_implicit_col(),
get_implicit_ref()
