knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
library(filer) objects <- read_files(system.file("extdata", package = "filer")) objects
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(package = "filer")
Please report any issues.
Pull requests are always welcome.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.