script.R
1
2
3
4
5
6
7
8
9
10
# check the class of `mod`
# use `is.list()` on `mod`
# check the entries of `mod` using `names()`
# use the operator `$` on `mod`
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
R Console
1
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX