Guest User

Untitled

a guest
Dec 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. shinyApp(ui = fluidPage(textOutput("pwd")),
  2. server = function(input, output) {
  3. output$pwd <- renderText(list.files(here::here()))
  4. })
Add Comment
Please, Sign In to add comment