runif(n = 5)
[1] 0.14390831 0.08263177 0.31566206 0.19642834 0.07688183
global option
A Ginolhac
September 22, 2025
This practical has:
show-solution: true
, solution are displayed.collapse-solution: false
, solution are not collapsed (collapsed is the usual default mode)The next solution collapsed despite the global option because of its specific option: #| unilur-collapse: true
Next block is also collapsed individually
Use the set.seed(xx)
where xx
is a fixed number.