readstata13 icon indicating copy to clipboard operation
readstata13 copied to clipboard

Package to read the Stata 13 (and newer) file format into a R data.frame

Results 12 readstata13 issues
Sort by recently updated
recently updated
newest added

A possible fix ```diff diff --git a/R/read.R b/R/read.R index b120e07..8926c73 100644 --- a/R/read.R +++ b/R/read.R @@ -341,6 +341,20 @@ read.dta13

Reprex below. I am building binaries for Linux arm64, so the goal would be to get this working without any local workaround so the build chain is able to build...