-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 1.08 KB
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
35
36
37
# Generated by roxygen2: do not edit by hand
export(initiate_blog)
import(checkmate)
import(dplyr)
importFrom(admiraldev,assert_character_scalar)
importFrom(rlang,arg_match)
importFrom(rstudioapi,callFun)
importFrom(rstudioapi,documentSave)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,setDocumentContents)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,dateInput)
importFrom(shiny,dialogViewer)
importFrom(shiny,fileInput)
importFrom(shiny,fluidPage)
importFrom(shiny,mainPanel)
importFrom(shiny,observeEvent)
importFrom(shiny,renderText)
importFrom(shiny,runGadget)
importFrom(shiny,shinyApp)
importFrom(shiny,showNotification)
importFrom(shiny,stopApp)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,titlePanel)
importFrom(stringr,fixed)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_trunc)
importFrom(stringr,str_which)
importFrom(stringr,str_wrap)
importFrom(tidyr,fill)