read.tab: Read tab

Description Usage Arguments

Description

Reads STATA tables created by tab x y and tab x, sum(y). For each tab 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 tab command.

Usage

1
read.tab(filename, outdir = ".", RData = FALSE, tag = "tab2csv")

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.