The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
tmpdr <- tempdir()
datdir <- file.path(gsub("\\","/",tmpdr,fixed=TRUE),"datdir")
fname <- system.file("formats", "formats.sas7bdat", package = "repfun")
dir.create(datdir,showWarnings=FALSE)
file.copy(from=fname,to=paste0(datdir,'/formats.sas7bdat'))
#> [1] TRUE
rfmtdir <- repfun::ru_libname(datdir)lbls <- sapply(addvar,function(x){attr(x,"label")})
knitr::kable(head(addvar,10), col.names=paste(names(lbls),lbls,sep=": "),
caption = "Add Decode Variable for ADSL$SEX")| SEX: Sex | SEXDCD: Sex Decode |
|---|---|
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
| F | Female |
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.