Select Git revision
html_functions.R
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
html_functions.R 353 B
myTabl = function(data){
DT::datatable(data, rownames = FALSE,
class = 'cell-border stripe',
extensions = 'Buttons',
options = list(dom = 'Bfrtip',
buttons = c('copy', 'excel', 'pdf'),
autoWidth = TRUE))
}
myPlot = function(data){
}