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

Version

Install

install.packages('DYM')

Monthly Downloads

136

Version

0.2

License

BSD_3_clause + file LICENSE

Maintainer

Last Published

January 22nd, 2016

Functions in DYM (0.2)

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.