Add S3 method for turning render function into tags

This commit is contained in:
Joe Cheng
2014-05-14 14:53:40 -07:00
parent 2a36179bdc
commit b711bb553f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ S3method(as.list,reactivevalues)
S3method(as.shiny.appobj,character)
S3method(as.shiny.appobj,list)
S3method(as.shiny.appobj,shiny.appobj)
S3method(as.tags,shiny.render.function)
S3method(names,reactivevalues)
S3method(print,reactive)
S3method(print,shiny.appobj)