Skip to content

Instantly share code, notes, and snippets.

View vkatti's full-sized avatar

Vishal Katti vkatti

View GitHub Profile
@vkatti
vkatti / test_conditionalFormatting.R
Last active April 1, 2021 14:37 — forked from vikatti/test_conditionalFormatting.R
Tests using {testthat} package
TNBN_test_data <- data.frame(col1 = 1:10,
col2 = 1:10,
col3 = seq(10, 100, 10),
col4 = seq(10, 100, 10),
col5 = 1:10,
col6 = 1:10)
bg_blue <- createStyle(bgFill = "skyblue")
wb <- createWorkbook()