validation.Rmd
rxsFile_with_errors <-
system.file(
"extdata",
"rxs-with-errors",
"rxs_minimal_example_module2--erroneous_2.rxs.Rmd",
package = "metabefor"
);The R chunk above locates an R Extraction Script file (Rxs file) that is included with the {metabefor} package and that contains errors. This file is then included below. To view the raw R Extraction Script, follow this link.
levelName
1 source
2 °--methods
3 ¦--sample
4 ¦ ¦--sampleSize
5 ¦ °--samplingStrategy
6 ¦--method
7 °--variables
8 °--criminals
| path | entity | nodeValue |
|---|---|---|
| source/methods/sample | sampleSize | two |
| source/methods/sample | samplingStrategy | ‘1’ & ‘8’ |
| source/methods | method | Quantitative |
| source/methods/variables/criminals | variableIdentifier | criminals |
| source/methods/variables/criminals | measurementLevel | Nominal |