powered by
Analyse the last error message and suggest corrections.
error_analysis(asked_objet = catch_error(), n = 2)
Invisibly returns a string with the suggestions, or `NULL` if no error could be parsed.
The name to analyse. Defaults to extracting from last error.
Number of names to suggest (default: 2).
fcuk::error_analysis() # last error is analysed fcuk::error_analysis("view") fcuk::error_analysis("iri")
Run the code above in your browser using DataLab