engToSpa: Months in english to months in spanish

Description Usage Arguments Value Examples

View source: R/imarpe-auxiliar.R

Description

Function to convert abbreviation of months in english to abbreviation of months in spanish.

Usage

1

Arguments

x

A vector with abbreviation of months in english.

Value

A vector with abbreviation of months in spanish.

Examples

1
2
3
# The 'months' vector contain abbreviation of months in english.
months = month.abb
engToSpa(x = months)

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.