Guest User

Untitled

a guest
Jun 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. output$tablepermanovapw <- DT::renderDataTable(
  2.  
  3. validate(
  4. need(values$pwsummarydisplay ==1 , "Need at least 1 row")),
  5.  
  6. DT::datatable(values$pw) %>% formatStyle(
  7. names(values$pw),
  8. filter = 'top',
  9. backgroundColor = styleInterval(0.05, c('orange','white'))
  10. ))
  11.  
  12. Warning: Error in &&: invalid 'x' type in 'x && y'
Add Comment
Please, Sign In to add comment