| error_analysis | R Documentation |
Analyse the last error message and suggest corrections.
error_analysis(asked_objet = catch_error(), n = 2)
asked_objet |
The name to analyse. Defaults to extracting from last error. |
n |
Number of names to suggest (default: 2). |
Invisibly returns a string with the suggestions, or 'NULL' if no error could be parsed.
fcuk::error_analysis() # last error is analysed
fcuk::error_analysis("view")
fcuk::error_analysis("iri")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.