CButtonFile: ReVuePro: CButtonFile

Description Usage Arguments Examples

View source: R/CButtonFile_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.

Usage

1
CButtonFile(FileToConvert)

Arguments

FileToConvert

The path to your .csv file to clean. There is no default input.

Examples

1
2
3
setwd("C:/Users/Tabby/Desktop/Cat")
TheTemperatureofKittens<-as.data.frame(CButtonFile("iButtonReadings.csv"))
print(TheTemperatureofKittens)

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