tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
return(list(
  brush = reactive({
    TRUE
  }),
  click = reactive({
    TRUE
  }),
  dblclick = reactive({
    TRUE
  }),
  hover = reactive({
    TRUE
  }),
  dim = reactive(c(p_width(), p_height())), plot = plot_upd_r
))