readStatement: Return Social Security information from an XML file.

Description Usage Arguments Value Examples

View source: R/statement.R

Description

Your Social Security statement is available on the Social Security web site as a PDF file and an XML file. This function reads the XML file and returns a list containing all the information the XML file provides. First download the XML file you your computer then provide the file name as an input to this function. Use either the full path name or a relative path name as part of the file name input.

Usage

1

Arguments

file

the name of the XML file to read

Value

a list containing the Social Security Statement information

Examples

1
read_xml_ssStatement(file = "./myStatementData/richieRich.xml")

twjacobs/oasdir documentation built on July 28, 2019, 5:51 a.m.