File size: 444 Bytes
01487f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
library(shiny)
library(shinyAce)
modes <- getAceModes()
themes <- getAceThemes()



foo <- function() {
  pb <- progress_bar$new(
    format = " [:bar] :current/:total (:percent) eta: :eta",
    total = 5, clear = FALSE)
  for(i in 1:5) {
    pb$tick()
    Sys.sleep(1)
  }
}
init <- "

## Seccion 1 



Abrir Help menu = F1



# 







Usted puede incluir chunks con operaciones, abajo un ejemplo.



```{r}

2*3

```



"