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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-sikaria authored Dec 15, 2018
1 parent 933533f commit ed11389
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 @@ -5,7 +5,7 @@ Input and output data from R — download, upload, read and write objects from A

**flyio** provides a common interface to interact with data from cloud storage providers or local storage directly from R. It currently supports AWS S3 and Google Cloud Storage, thanks to the API wrappers provided by cloudyr. **flyio** also supports reading or writing tables, rasters, shapefiles and R objects to the data source from memory.

<img src="https://i.imgur.com/tdP2oxB.png" align="centre" />
<img src="https://i.imgur.com/qDnhvuB.png" align="centre" />

- `flyio_set_datasource()`: Set the data source (GCS, S3 or local) for all the other functions in flyio.
- `flyio_auth()`: Authenticate data source (GCS or S3) so that you have access to the data. In a single session, different data sources can be authenticated.
Expand Down

0 comments on commit ed11389

Please sign in to comment.