An open API service indexing awesome lists of open source software.

https://github.com/moj-analytical-services/s3browser

A R Studio Addin that allows you to browse the files you have access to in S3
https://github.com/moj-analytical-services/s3browser

Last synced: 3 months ago
JSON representation

A R Studio Addin that allows you to browse the files you have access to in S3

Awesome Lists containing this project

README

          

# s3browser
A R Studio Addin that allows you to browse the files you have access to in S3

# Installation

```{r}
#install.packages('devtools')
devtools::install_github('moj-analytical-services/s3browser')
```

# Usage
![](inst/readme/s3browser_addin.gif)

```{r}
s3browser:::file_explorer_s3()
```