Error Analysis

error_analysis(asked_objet = catch_error(), n = 2)

Arguments

asked_objet

the name to analyse

n

number of names to suggest

Examples

fcuk::error_analysis() #last error is analysed fcuk::error_analysis("view")
#> Did you mean : View or deriv ?
fcuk::error_analysis("iri")
#> Did you mean : IQR or iris ?