Skip to content

lhsego/rsed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsed: Stream editing

An R package with tools for stream editing: manipulating text files with insertions, replacements, deletions, substitutions, and comments. You can find package vignettes and documentation here.

To cite:

Sego LH. 2016. rsed: Stream editing in R. Pacific Northwest National Laboratory. https://pnnl.github.io/rsed.

To install:

You can install the package from CRAN or from GitHub:

CRAN
install.packages("rsed")
GitHub
# If devtools is not already installed, do this:
install.packages("devtools") 

# Now install the package
devtools::install_github("pnnl/rsed")

Acknowledgements:

This package was developed with support from the Signature Discovery Initiative at Pacific Northwest National Laboratory, conducted under the Laboratory Directed Research and Development Program at PNNL, a multiprogram national laboratory operated by Battelle for the U.S. Department of Energy.

About

Stream editing in R: Manipulating text files with insertions, replacements, deletions, substitutions, and commenting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.5%
  • HTML 0.5%