cantidades {spanish}R Documentation

Cantidades test data

Description

Randomly generated spanish spelled monetary integers to test to_number function

Usage

data(cantidades)

Format

A data frame.

Examples

to_number("mil trescientos noventa y dos")


## testing provided dataframe: cantidades

cantidades$var3 <- lapply(cantidades$var2, to_number)


[Package spanish version 0.4.2 Index]