powered by
Check that beam.specs satisfies all necessary conditions
check_beam_specs(beam.specs, mtx.names)
A data.frame of beam.specs if all conditions satisfied, otherwise throws an error
A data.frame with column name, mtx, and mdl
A vector with the names of the data matrices (beam.data$mtx.data)
data(beam_dat) data(beam_specs) test_specs <- check_beam_specs(beam_specs, names(beam_dat$mtx.data))
Run the code above in your browser using DataLab