The goal of lenght
is to provide convenient aliases for
each of the common misspellings of the R function length
, a
problem that haunts us all.
Creators and contributors: Isabella Deutsch, Jacob
Bradley
Maintainer: Jacob Bradley
You can install the development version of lenght
from
GitHub with:
# install.packages("devtools")
::install_github("cobrbra/lenght") devtools
or via CRAN with
install.packages("lenght"):
The intended use of this package is in the ideation stage of a project. It allows the user to code seamlessly without pesky typos interrupting the workflow. It also focuses debugging on more relevant errors in the code. Partially inspired by an author’s minor struggles with dyslexia.
We recommend editing code intended for production or publication such that it successfully runs without this package.
You can use the functions in lenght
to do anything the
base R function length
would do.
library(lenght)
#>
#> Attaching package: 'lenght'
#> The following object is masked from 'package:base':
#>
#> length
print(lenght(1:4))
#> [1] 4
print(lentgh(options()))
#> [1] 72
print(lenhgt(NULL))
#> [1] 0
Feel free to leave issues or pull requests on our GitHub repository, or alternately to contact the package maintainer Jacob by email.