-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
34 lines (33 loc) · 926 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(browse_reck)
export(getSubmissionCost)
export(getSubmissionRam)
export(getValues)
export(reckon)
export(reckoning)
export(setup_billing_request)
export(subsetByKeyValue)
exportMethods(reckoning)
import(dplyr)
import(magrittr)
import(methods)
import(shiny, except=c(dataTableOutput, renderDataTable))
importFrom(DBI,dbConnect)
importFrom(DBI,dbListTables)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(bigrquery,bigquery)
importFrom(bigrquery,bq_auth)
importFrom(bigrquery,dbConnect)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(shinytoastr,toastr_info)
importFrom(shinytoastr,useToastr)