| manifest_validate | R Documentation |
Validate a manifesto manifest file
manifest_validate(path = "rproject.toml", groups = NULL)
path |
Path to the |
groups |
Optional character vector of dependency groups to include. |
Invisibly returns TRUE if the manifest is valid; otherwise, stops with an error.
manifest_validate(path = system.file(package = 'manifesto', 'minimal.toml'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.