cl_blend: Blend Checklist Colors with RStudio Theme

Description Usage Arguments Examples

View source: R/checklist_external_functions.R

Description

This function is provided to help blend a checklist in with the RStudio environment in cases where the color scheme was changed or a new theme was selected in RStudio.

Usage

1

Arguments

cl

A checklist object

Examples

1
2
3
4
5
6
7
8
# start with a basic checklist
my_checklist <- cl_create()

# change background color to orange
cl_set(my_checklist, background.color = "orange")

# blend it back to RStudio theme
cl_blend(my_checklist)

geoffwlamb/checklist documentation built on May 17, 2019, 2:59 p.m.