Extract data from Easylog device files, and produce summary statistics
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Use:
install.packages('XML')
install.packages('dplyr')
install.packages('ggplot2')
install.packages('grid')
install.packages('scales')
install.packages('stringr')
install.packages('flux')
Open R, and type:
devtools::install_git("https://github.com/jipp3r/easyLogReader.git")
If you do not have the package "devtools", first install it from CRAN with:
install.packages("devtools")
easyLogReader produces an R dataframe.
Although efforts have been made to verify correct operation of this software, I cannot accept any liability arising from its use. The software is provided "as is", without any express or implied warranty, and no implication of fitness for a particular use.
This project is licensed under the GPL3 license
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.