Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliocamp/mountr

Mount remote folders using sshfs from R
https://github.com/eliocamp/mountr

Last synced: about 2 months ago
JSON representation

Mount remote folders using sshfs from R

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mountr

mountr is a barebones package that allows you to mount remote folders using `sshfs`.

## Installation

`sshfs` only works on unix platforms and requires `sshfs`

You can install the developement version of `mountr` from GitHub with:

``` r
remotes::install_github("eliocamp/mountr")
```