Learn R Programming

rpivotTable (version 0.3.0)

change_locale: Localization

Description

Change localization for rpivotTable to support non-English language. For more discussion, see pivottable Localization.

Usage

change_locale(pivottable = NULL, locale = NULL)

Arguments

pivottable

rpivotTable object to modify localization

locale

character of locale to use. Valid locale options are

  • cs

  • da

  • de

  • es

  • fr

  • it

  • nl

  • pl

  • pt

  • ru

  • sq

  • tr

  • zh

Value

rpivotTable object

Examples

Run this code
# NOT RUN {
   library(rpivotTable)
   change_locale(rpivotTable(mtcars),"pt")
# }

Run the code above in your browser using DataLab