R/Import-data.R
import_theme_colours.Rd
Import colour theme
import_theme_colours(filename)
A filepath to a .csv file containing colours and theme parameters. Must contain two columns:
option The name of the parameter. Required parameters include:
option
“
line_col, baseline_colour, etc.
line_col
baseline_colour
value The value of the parameter
value
A dataframe with one column and row names.
import_theme_colours(import_ext_data("sample_theme_options.csv"))