fix_windows_histograms: Fix unicode histograms on Windows

View source: R/utils.R

fix_windows_histogramsR Documentation

Fix unicode histograms on Windows

Description

This functions changes your session's locale to address issues with printing histograms on Windows on versions of R below 4.2.1.

Usage

fix_windows_histograms()

Details

There are known issues with printing the spark-histogram characters when printing a data frame, appearing like this: "<U+2582><U+2585><U+2587>". This longstanding problem originates in the low-level code for printing dataframes. This was addressed in R version 4.2.1.

See Also

skim_without_charts()


ropenscilabs/skimr documentation built on Feb. 2, 2025, 12:14 p.m.