read_using | R Documentation |
Read from S3 using a particular function
read_using(FUN, s3_path, ...)
FUN |
a function to parse the data into |
s3_path |
path to the s3 file bucket/folder/file.txt |
... |
arguments for said function |
whatever the function returns
Rs3tools::read_using(FUN=readxl::read_excel, s3_path="alpha-test-team/mpg.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.