Description Usage Arguments Examples
View source: R/CButtonDate_function.R
A simple function to take a .csv output from WeeButton (TM) software, clean it, and re-organize it into something more useful. This function requires that .csv files be named by date, in YYYYMMDD format (ie 20180523.csv)
1 | CButtonDate(Year, Month, Day)
|
Year |
A four digit number, designating the year that the iButton data was collected in. |
Month |
A two digit number, designating the month that the iButton data was collected in. |
Day |
A two digit number, designating the day that the iButton data was collected in. |
1 2 3 | setwd("C:/Users/Tabby/Desktop/Cat")
TheTemperatureofKittens<-as.data.frame(CButtonDate(2018,05,23))
print(TheTemperatureofKittens)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.