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/ReVuePro documentation built on May 29, 2020, 12:48 a.m.