Converting from a high-level educational
coding to a lower level one is cumbersome.
This function bases it self in any coding
scheme specified in edu_levels
and tries
creating a conversion table between two
specified schemas.
edu_map(from = 9, to = 4)
edu_map_chr(from = 9, to = 4)
edu_map_num(from = 9, to = 4)
schema levels to convert from
shcema levels to convtert to
Specialized returns
edu_map - returns a data.frame of two named vectors
edu_map_chr - returns a data.frame with two character vectors
edu_map_num - returns a data.frame with two numeric vectors