if (FALSE) {
# Fetch only tests
tests <- get_forcedecks_tests_only()
# Fetch tests plus attributes mapping
res <- get_forcedecks_tests_only(include_attributes = TRUE)
tests <- res$tests
attrs <- res$attributes
}
Run the code above in your browser using DataLab