load.beta: Load Beta Count Data

View source: R/source.beta.r

load.betaR Documentation

Load Beta Count Data

Description

A function to read in and parse a raw beta coutner file from a Riso multicollector.

Usage

load.beta(filepath, tz = "US/Eastern", lookup = NULL)

Arguments

filepath

The filepath to the raw count file.

tz

The timezone of the computer that originally saved the datafile.

Value

It will return a list containing four objects: (1) _raw_ A list with the raw file contents, (2) meta A list containing the file metadata including instrument serial number and settings, (3) proc The processed and abridge dataset from the file, and (4) counts A dataframe containing the counting data from the file.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.