Skip to content

Commit

Permalink
Don't over promote experiment write_sas()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 4, 2019
1 parent 80786e4 commit 468bff2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions R/haven.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ NULL

#' Read and write SAS files.
#'
#' Reading supports both sas7bdat files and the accompanying sas7bcat files
#' that SAS uses to record value labels. Writing value labels is not currently
#' supported.
#' `read_sas()` supports both sas7bdat files and the accompanying sas7bcat files
#' that SAS uses to record value labels. `write_sas()` is currently
#' experimental and only works for limited datasets.
#'
#' @param data_file,catalog_file Path to data and catalog files. The files are
#' processed with [readr::datasource()].
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ knitr::opts_chunk$set(
Haven enables R to read and write various data formats used by other statistical packages by wrapping the fantastic [ReadStat](https://github.com/WizardMac/ReadStat) C library written by [Evan Miller](http://www.evanmiller.org). Haven is part of the [tidyverse](http://tidyverse.org). Currently it supports:

* __SAS__: `read_sas()` reads `.sas7bdat` + `.sas7bcat` files and `read_xpt()`
reads SAS transport files (version 5 and version 8). `write_sas()` writes
`.sas7bdat` files.
reads SAS transport files (version 5 and version 8).

* __SPSS__: `read_sav()` reads `.sav` files and `read_por()` reads the
older `.por` files. `write_sav()` writes `.sav` files.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ statistical packages by wrapping the fantastic

- **SAS**: `read_sas()` reads `.sas7bdat` + `.sas7bcat` files and
`read_xpt()` reads SAS transport files (version 5 and version 8).
`write_sas()` writes `.sas7bdat` files.

- **SPSS**: `read_sav()` reads `.sav` files and `read_por()` reads the
older `.por` files. `write_sav()` writes `.sav` files.
Expand Down
6 changes: 3 additions & 3 deletions man/read_sas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 468bff2

Please sign in to comment.