
Package index
-
as_codingsystem() - Create a coding system from a data frame
-
bin_center() - Bin Score and Assign center value
-
codeJobHistory() - Auto-code job results with SOCcer using via the soccer API
-
codes() - get the codes for a crosswalk,
-
codesAgree() - Check if codes agree with reviewer
-
codingsystem() - constructor create a coding system S3 class
-
select(<codingsystem>)filter(<codingsystem>)mutate(<codingsystem>)arrange(<codingsystem>)as_tibble(<codingsystem>)count(<codingsystem>) - Use Coding system with dplyr
-
combine_crosswalks() - Combine two crosswalks to produce a new crosswalk
-
createMultiHotEncoder() - creates a multihot encoder from a list of labels
-
crosswalk() - Use the concordance table (crosswalk) to convert from one coding system to another.
-
crosswalk_columns() - Crosswalk multiple columns in a tibble/data frame
-
dim(<codingsystem>) - Dimensions of an Object
-
extend_standard_soc1980_codes() - Extended SOC 1980 codes
-
format(<codingsystem>) - formats a codingsystem
-
get_codes() - Get a list of codes from a coding system
-
head(<codingsystem>) - Return the First or Last Parts of an Object
-
is.codingsystem() - checks if an object is a coding system
-
is.xwalk() - checks if an object is a crosswalk
-
is_url() - Check if a value is a url by looking for the http(s):// .Works with vectors...
-
is_valid() - Check if a set of codes are valid for a coding system
-
level() - Get the code Level
-
load_socassign_db() - load_socassign_db
-
lookup_code() - Look up code
-
make_code_str() - convert a list column of codes to vector of string for display
-
name() - Returns the user assigned name of the coding system
-
noc2011_4digit - noc2011 4 digit classification system
-
noc2011_all - noc2011 4 digit classification system
-
print(<codingsystem>) - prints a codingsystem
-
soc1980_all - SOC 1980 complete classification system
-
soc1980_detailed - Detailed SOC 1980 classification system
-
soc1980_extended - Extended SOC 1980 complete classification system
-
soc2010_6digit - soc2010 6 digit classification system
-
soc2010_all - Complete SOC 2010 classification system
-
soc2018_all - Complete SOC 2018 classification system
-
split_data() - Split data
-
standardize_soc1980_codes() - Standardize US SOC 1980 codes
-
tail(<codingsystem>) - Return the First or Last Parts of an Object
-
to_level() - to_level
-
to_list_column() - Create a list column from multiple columns
-
valid_code()is_valid_6digit_soc2010()is_valid_soc1980()is_most_detailed_soc1980()is_valid_extended_soc1980()is_most_detailed_extended_soc1980() - Is valid code
-
xwalk() - xwalk class constructor
-
filter(<xwalk>)arrange(<xwalk>)as_tibble(<xwalk>) - Using dplyr verbs with crosswalks
-
xwalk_entropy() - Calculates the Shannon entropy for a Crosswalk