https://github.com/maxheld83/webdav
R package to access WebDAV servers
https://github.com/maxheld83/webdav
rstats webdav webdav-client
Last synced: 5 months ago
JSON representation
R package to access WebDAV servers
- Host: GitHub
- URL: https://github.com/maxheld83/webdav
- Owner: maxheld83
- License: other
- Created: 2020-02-10T18:04:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T20:02:56.000Z (over 6 years ago)
- Last Synced: 2025-04-06T14:43:32.248Z (about 1 year ago)
- Topics: rstats, webdav, webdav-client
- Language: R
- Homepage: https://www.maxheld.de/webdav/
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDAV
[](https://github.com/maxheld83/webdav/actions)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://CRAN.R-project.org/package=webdav)
[](https://codecov.io/gh/maxheld83/webdav)
The goal of {webdav} is to let you use [WebDAV](http://www.webdav.org) from within R.
## Installation
You can install the development version of webdav from GitHub with:
``` r
remotes::install_github("maxheld83/webdav")
```