vector as argument default
Closed this issue · 1 comments
HelenaLC commented
- functions can have a vector as an argument default, e.g.,
qc_names = c("a", "b")
- consider providing functions
default_qcs
andall/available_qcs
to return lists of QC metric sets, and usedefault_qcs
as the default value forqc_names
- describe all
_qcs()
getters in one .Rd file, summarizing what each QC is, and which set each function returns.
wmacnair commented
Moved default_qc
s suggestion to its own issue, because
- it's harder to fix
- I first need to decide how much effort to put into the function calculating QC metrics