Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Example doesn't use key word argument `path=` so fails
  • Loading branch information
isichei authored and RobinL committed May 16, 2018
1 parent 53f111b commit f8fcdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ df <-s3tools::s3_path_to_full_df("alpha-everyone/s3tools_tests/iris_base.sas7bda
If you have a different file type, or you're having a problem with the automatic readers, you can specify a file read function:

``` r
s3tools::read_using(FUN=readr::read_csv, "alpha-everyone/s3tools_tests/iris_base.csv")
s3tools::read_using(FUN=readr::read_csv, path = "alpha-everyone/s3tools_tests/iris_base.csv")
```

If you're interested in adding support for additional file types, feel free to add some code to [this file](https://github.com/moj-analytical-services/s3tools/blob/master/R/s3_parse_methods.R) and raise a pull request against the [s3tools repo](https://github.com/moj-analytical-services/s3tools/).
Expand Down

0 comments on commit f8fcdad

Please sign in to comment.