Closed
Description
library(cli)
cli_dl(
c(
"test_1" = "all good",
"test_2" = "not #good"
)
)
#> test_1: all good
#> test_2:
Created on 2021-11-02 by the reprex package (v2.0.1)
library(cli)
cli_dl(
c(
"test_1" = "all good",
"test_2" = "not #good"
)
)
#> test_1: all good
#> test_2:
Created on 2021-11-02 by the reprex package (v2.0.1)