Rdocumentation
powered by
Learn R Programming
DYM (version 0.2)
Did You Mean?
Description
Add a "Did You Mean" feature to the R interactive. With this package, error messages for misspelled input of variable names or package names suggest what you really want to do in addition to notification of the mistake.
Copy Link
Link to current version
Version
Version
0.2
0.1.1
Install
install.packages('DYM')
Monthly Downloads
136
Version
0.2
License
BSD_3_clause + file LICENSE
Maintainer
Kosei Abe
Last Published
January 22nd, 2016
Functions in DYM (0.2)
Search all functions
getMissingVariable
Finds the misspelled object.
findSimilarName
Looks for approximate matches to
x
(the first argument) within
name
(the second) argument.
isVariableName
Checks if the given
name
is valid as a variable name for R.
DYM
DYM
getNames
Retrieves available symbols in the specified environment.