read_stata: Read Stata dta file from given path or website

read_stataR Documentation

Read Stata dta file from given path or website

Description

Read Stata dta file from given path or website

Usage

read_stata(path, webuse = FALSE)

Arguments

path

The path of dta file

Value

Return is a data.frame object

Examples

read_stata("hiway")
Load (Minnesota Highway Data, 1973)

read_stata("https://www.stata-press.com/data/r17/union")

read_stata("data.dta")

WayneLockon/FinMetric documentation built on July 17, 2025, 12:10 a.m.