Implement print.reactivevalues

This commit is contained in:
Hadley Wickham
2019-09-03 09:13:43 -05:00
parent c9a0f0a713
commit a415aed7e6
5 changed files with 25 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ S3method(format,reactiveExpr)
S3method(format,reactiveVal)
S3method(names,reactivevalues)
S3method(print,reactive)
S3method(print,reactivevalues)
S3method(print,shiny.appobj)
S3method(str,reactivevalues)
export("conditionStackTrace<-")