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

https://github.com/ijlyttle/fileinfo

Consistent file-listing across file-systems
https://github.com/ijlyttle/fileinfo

Last synced: 10 months ago
JSON representation

Consistent file-listing across file-systems

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# fileinfo

The goal of fileinfo is to ...

## Installation

You can install fileinfo from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/fileinfo")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
## basic example code
```

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.