R/standard.R

#' Example zeta dataset
#'
#' TaĆ­s's DUR measurements
#'
#' @docType data
#'
#' @usage data('standard')
#'
#' @format An object of class \code{"tibble"}
#'
#' @keywords datasets
#' @examples
#' data("standard")
#' head("standard")
"standard"


# library(dplyr)
# sample <- readxl::read_xlsx('inst/extdata/example.xlsx', sheet = 'sample')  %>%
#   rename(U = UCa, sU = sUCa)
#
# # load the calibration measurements for zeta factor
# standard <- readxl::read_xlsx('inst/extdata/example.xlsx', sheet = 'standard') %>%
#   rename(U = UCa, sU = sUCa)
#
#
# save(sample, file = "data/sample.RData", compress = TRUE, ascii = TRUE)
# save(standard, file = "data/standard.RData", compress = TRUE, ascii = TRUE)
#
# usethis::use_data(sample, standard)
tobiste/laftr documentation built on Feb. 10, 2025, 11:10 p.m.