read_stata | R Documentation |
Read Stata dta file from given path or website
read_stata(path, webuse = FALSE)
path |
The path of dta file |
Return is a data.frame object
read_stata("hiway")
Load (Minnesota Highway Data, 1973)
read_stata("https://www.stata-press.com/data/r17/union")
read_stata("data.dta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.