checkWpmInputs: Check the inputs for the wrapper function

Description Usage Arguments Value

View source: R/fct_wrapper_wpm.R

Description

Checks if all the inputs given to the function WrapperWPM are correct and intercompatible.

Usage

1
2
3
4
5
6
7
checkWpmInputs(
  user_df,
  plate_dims,
  nb_plates,
  spatial_constraint,
  max_iteration
)

Arguments

user_df

expected dataframe, returns adapted message error

plate_dims

expected list of plate dimensions (rows and columns)

nb_plates

expected number of plates

spatial_constraint

expected character for spatial constraint

max_iteration

expected number of iterations

Value

returns an error message if a problem is found with some parameter.


HelBor/wpm documentation built on June 15, 2021, 4:16 p.m.