powered by
Change localization for rpivotTable to support non-English language. For more discussion, see pivottable Localization.
rpivotTable
change_locale(pivottable = NULL, locale = NULL)
rpivotTable object to modify localization
character of locale to use. Valid locale options are
character
cs
da
de
es
fr
it
nl
pl
pt
ru
sq
tr
zh
rpivotTable object
# NOT RUN { library(rpivotTable) change_locale(rpivotTable(mtcars),"pt") # }
Run the code above in your browser using DataLab