CButtonDate: ReVuePro: CButtonDate

Description Usage Arguments Examples

View source: R/CButtonDate_function.R

Description

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)

Usage

1
CButtonDate(Year, Month, Day)

Arguments

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.

Examples

1
2
3
setwd("C:/Users/Tabby/Desktop/Cat")
TheTemperatureofKittens<-as.data.frame(CButtonDate(2018,05,23))
print(TheTemperatureofKittens)

joshuakrobertson/R-Package_ReVuePro documentation built on June 2, 2020, 8:23 p.m.