Description Usage Arguments Examples
View source: R/CButtonFile_function.R
A simple function to take a .csv output from WeeButton (TM) software, clean it, and re-organize it into something more useful.
1 | CButtonFile(FileToConvert)
|
FileToConvert |
The path to your .csv file to clean. There is no default input. |
1 2 3 | setwd("C:/Users/Tabby/Desktop/Cat")
TheTemperatureofKittens<-as.data.frame(CButtonFile("iButtonReadings.csv"))
print(TheTemperatureofKittens)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.