How to add currency symbols to columns of a table with gt()

In this tutorial, we will learn how to add currency symbols, like US dollars, Euro, UK pound, Indian Rupee to columns of a table using the R package gt. Let us load gt package to make beautiful tables and tidyverse. First we will create a simple dataframe/tibble with stock prices of a few companies in… Continue reading How to add currency symbols to columns of a table with gt()

Exit mobile version