read.list: Read list

Description Usage Arguments

Description

Reads STATA tables created by list x y. For each list command found, this function will create a CSV or RData file. For this function to work there must be a statement di "{tag} filename.csv" preceding every list command, where {tag} is defined in the argument to this function.

Usage

1
read.list(filename, outdir = ".", RData = FALSE, tag = "list2csv")

Arguments

filename

The filename of the STATA log file

outdir

Directory for output

RData

store output in RData

tag

specifies what tag to look for in the STATA log file


jtilly/statascraper documentation built on May 20, 2019, 3:13 a.m.