Description Usage Arguments Details Value Author(s) See Also Examples
Extracts diagnostic messages from a package using xgettext
1 | get_messages(pkg = ".")
|
pkg |
The directory of an R package to extract diagnostic messages from. Path is passed to |
Extracts diagnostic messages from a package.
A “tibble” (data frame) containing messages, pluralized messages, and the file location of each message.
Thomas J. Leeper
spell_check_msgs
, get_message_distances
1 2 3 | pkg <- dummy_pkg()
get_messages(pkg = pkg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.