Description Usage Arguments Value Examples
Pull names of all top-level output items
1 |
x |
code block from which output items will be extracted |
names of top level output functions
1 2 3 4 5 6 7 | code <- quote({
output$first <- 'first'
output$second <- function() print('second')
output$third <- 5
})
scriptgloss:::extract_output_names(code)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.