View source: R/check_beam_specs.R
check_beam_specs | R Documentation |
Check that beam.specs satisfies all necessary conditions
check_beam_specs(beam.specs, mtx.names)
beam.specs |
A data.frame with column name, mtx, and mdl |
mtx.names |
A vector with the names of the data matrices (beam.data$mtx.data) |
A data.frame of beam.specs if all conditions satisfied, otherwise throws an error
data(beam_dat)
data(beam_specs)
test_specs <- check_beam_specs(beam_specs, names(beam_dat$mtx.data))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.