Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eliocamp/mountr
- Owner: eliocamp
- Created: 2019-08-20T20:23:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T14:24:50.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:12:48.629Z (4 months ago)
- Language: R
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - eliocamp/mountr - Mount remote folders using sshfs from R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mountrmountr 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")
```