Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 817 Bytes

readme.md

File metadata and controls

34 lines (20 loc) · 817 Bytes

csmIndexer

This package contains a small indexer which produces a pdf of the contents of a folder.

Installation

Requirements:

  • An installation of R
  • An installation of RStudio (Recommended)
  • An installation of Miktex to compile the .tex file.

In R run the following:

install.packages("devtools")
devtools::install_github("csmoxford/csmIndexer")

Usage

Please see the help file for usage.

library(csmIndexer)
?csmIndexer

The example is designed to work for CSM since it points at the I drive. You can copy this example to a .R file and make the necessary changes to create your own index. Save this file for easy rerunning!

Credits

Eleni Frangou

Peter Dutton

License

GPL-2