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

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

Awesome Lists containing this project

README

          

# WebDAV

[![R build status](https://github.com/maxheld83/webdav/workflows/CICD/badge.svg)](https://github.com/maxheld83/webdav/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/webdav)](https://CRAN.R-project.org/package=webdav)
[![codecov](https://codecov.io/gh/maxheld83/webdav/branch/master/graph/badge.svg)](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")
```