Ibuttonr
convenience functions for reading ibutton data
Install / Use
/learn @aammd/IbuttonrREADME
ibuttonr: Functions for cleaning and loading ibutton data into R
ibuttons are common tools for measuring temperature over time. But, they're also slightly error-prone, and the data requires just a touch of cleaning. These convenience functions automate the reading of ibutton data and perform some elementary error checking.
Installing ibuttonr
You can install ibuttonr directly from github using devtools:
install.packages("devtools")
devtools::install_github("aammd/ibuttonr")
Using ibuttonr
- Put all your ibutton files into a single directory. Don't put any other data here
- Read all the files in that folder at once with
read_ibutton_folder()
ibutton.data <- read_ibutton_folder(".")
- Perform some checks (optional)
- Convert list into data.frame with
ibuttons_to_data_frame()
ibuttons_to_data_frame(ibutton.data)
See vignette("loading_data") for more details and some examples of error checking.
License
Copyright 2014 Andrew MacDonald
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

