Description Usage Arguments Note Examples
Creates an interactive Shiny environment for users to browse through the
`Rprof` results in tree structure.
Creates an interactive Shiny environment for users to browse through the
`Rprof` results in tree structure.
| 1 2 3 | 
| x | a treeprof object | 
| id.start | integer(1L) what node to start displaying from | 
| depth | integer(1L) how deep down the tree to start off showing | 
| x | a treeprof object | 
| id.start | integer(1L) what node to start displaying from | 
| depth | integer(1L) how deep down the tree to start off showing | 
ideally this would be implemented as an S3 method to the `shine`
generic, but Shiny does not currenlty define such a method so we're stuck
with this.
ideally this would be implemented as an S3 method to the `shine`
generic, but Shiny does not currenlty define such a method so we're stuck
with this.
| 1 2 3 4 5 6 7 8 9 10 | ## Not run: 
x <- treeprof(data.frame(a=1:10, b=letters[1:10]))
shinify(x)
## End(Not run)
## Not run: 
x <- treeprof(data.frame(a=1:10, b=letters[1:10]))
shinify(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.