difficulty: novicedocseffort: lowhelp wanted
Repository metrics
- Stars
- (1,437 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The router below works as expected.
#* @get /a
(function(){
cat("sourced!\n")
function() {
valueA
}
})()
#* @get /b
function() {
valueA
}
valueA <- 4
It should be added to the documentation here: https://www.rplumber.io/docs/runtime.html#environments