lookuptables: Lookup tables for legiscanR programs

Description Usage Format Source

Description

This dataset contains a single list object 'lookuptables' containing 10 nested data.frame objects. Each of the data.frame objects contains the key - value pairs used by LegiScan to encode categorical data numerically. There is a brief summary of these data below:

data.frame 1st Variable 2nd Variable 3rd Variable
billTextMime bill_text_mime_id (int) mime_type (chr)
billTextType bill_text_type_id (int) bill_text_name (chr)
billType bill_type_id (int) bill_type_name (chr) bill_type_abbr (chr)
body body_id (int) state_id (int) role_id (int)
body (continued) body_name (chr) body_abbr (chr) body_short (chr)
body (continued) body_role_abbr (chr) body_role_name (chr)
progress progress_event (int) progress_desc (chr)
reason reason_id (int) reason_desc (chr)
role role_id (int) role_name (chr) role_abbr (chr)
sastType sast_id (int) sast_description (chr)
state state_id (int) state_abbr (chr) state_name (chr)
supplement supplement_type_id (int) supplement_type_desc (chr)

Usage

1

Format

A list of 10 data.frame objects

Source

Sean Bolt (LegiScan Employee) http://legiscan.com/misc/LegiScan_API_User_Manual.pdf


wbuchanan/legiscanR documentation built on May 4, 2019, 2:01 a.m.