sas.get: Read in sas datasets

Description Usage

View source: R/sas.get.R

Description

Read in sas datasets

Usage

1
2
3
4
5
6
7
8
9
sas.get(libraryName, member, variables = character(0), ifs = character(0),
  format.library = libraryName, id, dates. = c("sas", "yymmdd", "yearfrac",
  "yearfrac2"), keep.log = TRUE, log.file = "_temp_.log",
  macro = sas.get.macro, data.frame.out = existsFunction("data.frame"),
  clean.up = FALSE, quiet = FALSE, temp = tempfile("SaS"),
  formats = TRUE, recode = formats, special.miss = FALSE,
  sasprog = "sas", as.is = 0.5, check.unique.id = TRUE,
  force.single = FALSE, pos, uncompress = FALSE,
  defaultencoding = "latin1", var.case = "lower")

JackStat/THMisc documentation built on May 7, 2019, 10:17 a.m.