runif(n = 5)
[1] 0.9829412 0.1028893 0.0241326 0.5241282 0.9408090
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.