DYM
You might mistype an object name. The package suggests the correct spell of the object you meant.
If the function is called after an error of 'object not found', the function tries to tell you the name of the correct name that you meant.
Usage
DYM(threshold = 2, max_n = 10, ignoreCase = FALSE)
Arguments
Examples
## Not run:
# options(error = DYM::DYM())
# logg(10)
#
# # For fewer or more suggestions, change threshold, max_n and ignoreCase
# options(error = DYM::DYM(threshold = 3, max_n = 25, ignoreCase = TRUE))
# logg(10)
# ## End(Not run)
Community examples
Looks like there are no examples yet.