The goal of scan.tools is to improves workflow with using S::Can spectro::lyser UV V2’s default analyte output data format
You can install the released version of scan.tools from Github.com/BrianY-Wang with:
# install.packages("devtools")
devtools::install_github("BrianY-Wang/scan.Tools")
This is a basic example which shows you how to use the package:
library(scan.tools)
data <- import("https://raw.githubusercontent.com/BrianY-Wang/foo/main/Raw_data/09210160.par", "8-digit-SerialNumber")
plot(data$date,data$doc)
[@BrianWang](wybobrian@gmail.com)
Thank you to STAT545 TAs and instructor Vincenzo for their patience and feedback on this project. They have created a well supported environment for learning and provided a mentored opportunity to explore my own dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.