get_cescodes {cesR}R Documentation

Print a dataset of the CES survey codes and their associated calls.

Description

get_cescodes() prints out a data frame of the CES survey codes and the associated calls. Provides a quick way of looking up a CES survey code and the associated call.

Usage

get_cescodes(indx = 22)

Arguments

indx

A numeric value that determines the number of survey codes returned. Default is set to 22, or the total set of survey codes.

Details

Items under the Survey Code Calls and Index Code Calls can be copied and used with the get_ces() function.

Survey Codes

Survey Code Calls

Value

A printout of a designated number of Canadian Election Study survey codes and associated character codes used for the get_ces() function.

See Also

get_ces() function help.

Examples

# print out CES code calls
get_cescodes()

# call 1984 CES survey
get_ces("ces1984")


[Package cesR version 0.1.0 Index]