knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Lifecycle: deprecated License: MIT

Introduction

filer is an R package read and write bulk files as a named list of objects. The user can supply custom read and write functions.

Utilisation

library(filer)

objects <- read_files(system.file("extdata", package = "filer"))
objects

Installation

To install the latest development version from GitHub

# install.packages("devtools")
devtools::install_github("poissonconsulting/filer")

To install the latest development version from the Poisson drat repository

# install.packages("drat")
drat::addRepo("poissonconsulting")
install.packages("filer")

Citation

citation(package = "filer")

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

Please note that the filer project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



poissonconsulting/filer documentation built on Feb. 17, 2021, 3:26 a.m.