knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

iobed.bed

CRAN status Lifecycle: experimental R-CMD-check R-CMD-check-develop

The goal of {iobed.bed} is to provide utility functions for the management of raw-signals from a smart-bed at UBEP within the IOBED project.

Installation

You can install the development version of {iobed.bed} like so:

# install.packages(remotes)
remotes::install_github("UBESP-DCTV/iobed.bed")

Example

This is a basic example which shows you how to solve a common problem:

library(iobed.bed)
## basic example code

Code of Conduct

Please note that the {iobed.bed} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



UBESP-DCTV/iobed.bed documentation built on Sept. 4, 2022, 5:57 a.m.