The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

lenght

R-CMD-check Codecov test coverage

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.

Authors

Creators and contributors: Isabella Deutsch, Jacob Bradley
Maintainer: Jacob Bradley

Installation

You can install the development version of lenght from GitHub with:

# install.packages("devtools")
devtools::install_github("cobrbra/lenght")

or via CRAN with

install.packages("lenght"):

Usage

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.

Example

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

Contact

Feel free to leave issues or pull requests on our GitHub repository, or alternately to contact the package maintainer Jacob by email.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.