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:

remotes::install_github("eliocamp/mountr")


eliocamp/mountr documentation built on May 25, 2023, 7:35 p.m.