R/spanish.R

#' spanish: A package for spanish related data functions.
#'
#' The spanish package provides some functions for spanish data:
#' to_number(), geocode_cadastral(), to_words()
#'
#' @section to_number():
#' Translate spanish spelled quantities into their integer counterparts.
#' Allows you to translate to integer numerical words spelled in spanish.
#' Text must be previously cleaned & removed extraneous words or symbols.
#' Quantities MUST be written in a correct Spanish (this is not a grammar tool)
#' The upper limit is up to the millions range. Cents must be removed.
#' (in my TODO list to parse cents part)
#'
#' @section to_words():
#' Translate any integer to character streing in spanish spelled quantities.
#' The upper limit is up to the millions range. Cents must be removed.
#' (in my TODO list to parse cents part)
#'
#' @section geocode_cadastral():
#' geocode by longitude and latitude from cadastral references.
#' Get longitude/latitude from valid cadastral ref. or kml files from catastro.
#'
#' @docType package
#' @name spanish
NULL

Try the spanish package in your browser

Any scripts or data that you put into this service are public.

spanish documentation built on May 10, 2019, 5:03 p.m.