adjust_tableau_font_style {vvtableau} | R Documentation |
adjust_tableau_font_style
Description
Adjust the font style of a tableau file
Usage
adjust_tableau_font_style(
import_files,
font_style = "Tableau Regular",
save_location = NULL
)
Arguments
import_files |
selected tableau file or folder, to change its font style. If it is only a file, make sure it is a twb file. |
font_style |
the name of the font style you want to use (in quotation marks "") |
save_location |
The location to which the adjusted tableau file will be saved (this needs to be a .twb file). If empty, the adjusted tableau file will be overwritten. |
Value
tableau file with the correct font style.
[Package vvtableau version 0.6.0 Index]