# NOTE: This example will change your RStudio theme hence the dont run warning.
if (FALSE) {
# Apply a dark theme with with zoom level 2:
f_theme(color = "black", zlevel = 2)
# Apply a black theme with maximum zoom level:
f_theme(color = "black", zlevel = 4)
# Apply the default light theme default zoom level:
f_theme(color = "black", zlevel = 0)
}
Run the code above in your browser using DataLab