print.sm_manifest | R Documentation |
Prints out the SIA Modules Manifest obtained through get_modules()
. By
default, a plain YAML content is returned, but you can also get a formatted
output in a tibble
, which is suitable for packages with large number of SIA
modules.
## S3 method for class 'sm_manifest'
print(x, ..., as_tibble = FALSE)
x |
sm_manifest object, i.e., an output of |
... |
Not used at the moment. |
as_tibble |
logical, print the manifest as a |
Called for side effects by default. Returns a tibble
if as_tibble
argument is set to TRUE
.
Other helpers:
curr_proj()
,
default_shiny_io_functions
,
edit_rstudio_shortcuts()
,
list_categories()
,
open_sm_manifest()
,
sia_head_tag()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.