File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ LayoutSqlite <- R6::R6Class(
442442
443443
444444
445- # LayoutPostgres ----------------------------------------------------------
445+ # +- LayoutPostgres ----------------------------------------------------------
446446
447447# ' @export
448448LayoutPostgres <- R6 :: R6Class(
@@ -456,7 +456,7 @@ LayoutPostgres <- R6::R6Class(
456456)
457457
458458
459- # LayoutMySql ----------------------------------------------------------
459+ # +- LayoutMySql ----------------------------------------------------------
460460
461461# ' @export
462462LayoutMySql <- R6 :: R6Class(
@@ -476,7 +476,7 @@ LayoutMySql <- R6::R6Class(
476476
477477
478478
479- # LayoutDb2 ----------------------------------------------------------
479+ # +- LayoutDb2 ----------------------------------------------------------
480480
481481# ' @export
482482LayoutDb2 <- R6 :: R6Class(
Original file line number Diff line number Diff line change @@ -264,6 +264,8 @@ error_msg_log_levels <- function(varname, log_levels){
264264
265265
266266
267+ # label/unlabel -----------------------------------------------------------
268+
267269# ' Label/Unlabel Log Levels
268270# '
269271# ' @param levels an `integer` vector of log levels
@@ -306,8 +308,6 @@ label_levels <- function(
306308
307309
308310
309- # label/unlabel -----------------------------------------------------------
310-
311311# ' @rdname label_levels
312312# ' @export
313313unlabel_levels <- function (
You can’t perform that action at this time.
0 commit comments