enable_feature_message | R Documentation |
enable_feature_message()
returns a character vector with the information
needed to install the requested feature.
Formatted for use with rlang::abort()
, rlang::warn()
, or rlang::inform()
.
enable_feature_message(
feature = c("cat_pages", "get_bookmarks", "get_docinfo", "get_xmp", "n_pages",
"set_bookmarks", "set_docinfo", "set_xmp")
)
feature |
Which |
A character vector formatted for use with rlang::abort()
, rlang::warn()
, or rlang::inform()
.
rlang::inform(enable_feature_message("get_bookmarks"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.