--- output: rmarkdown::github_document --- `filemagic` : ... The following functions are implemented: The following data sets are included: ### Installation ```{r eval=FALSE} devtools::install_github("hrbrmstr/filemagic") ``` ```{r echo=FALSE, message=FALSE, warning=FALSE, error=FALSE} options(width=120) ``` ### Usage ```{r} library(filemagic) # current verison packageVersion("filemagic") ``` ### Test Results ```{r} library(filemagic) library(testthat) date() test_dir("tests/") ```