R/immunautLAIV-data.R

#' Demo data set from immunaut package.
#' This data is used in this package examples.
#' 
#' @docType data
#'
#' @usage data(immunautLAIV)
#'
#' @keywords datasets
#'
#' @examples
#' \dontrun{
#' 	data(immunautLAIV)
#' 	## define settings variable
#' 	settings <- list()
#' 	settings$fileHeader <- generate_file_header(immunautLAIV)
#' 	# ... and other settings
#' 	results <- immunaut(immunautLAIV, settings)
#' }
#' 
"immunautLAIV"

Try the immunaut package in your browser

Any scripts or data that you put into this service are public.

immunaut documentation built on April 12, 2025, 1:22 a.m.