@@ -246,7 +246,7 @@ info_tabular <- function(
246246# '
247247# ' @param columns *The target columns*
248248# '
249- # ' `vector<character>|vars(<columns>)`` // **required**
249+ # ' `vector<character>|vars(<columns>)` // **required**
250250# '
251251# ' The column or set of columns to focus on. Can be defined as a column name
252252# ' in quotes (e.g., `"<column_name>"`), one or more column names in `vars()`
@@ -723,7 +723,7 @@ check_info_columns_tbl <- function(tbl) {
723723# '
724724# ' @param section_name *The section name*
725725# '
726- # ' `scalar<character>`` // **required**
726+ # ' `scalar<character>` // **required**
727727# '
728728# ' The name of the section for which this information pertains.
729729# '
@@ -965,7 +965,7 @@ info_section <- function(
965965# '
966966# ' @param snippet_name *The snippet name*
967967# '
968- # ' `scalar<character>`` // **required**
968+ # ' `scalar<character>` // **required**
969969# '
970970# ' The name for snippet, which is used for interpolating the result of the
971971# ' snippet formula into *info text* defined by an `info_*()` function.
@@ -1162,7 +1162,7 @@ info_snippet <- function(
11621162# '
11631163# ' @param column *The target column*
11641164# '
1165- # ' `scalar<character>`` // **required**
1165+ # ' `scalar<character>` // **required**
11661166# '
11671167# ' The name of the column that contains the target values.
11681168# '
@@ -1465,7 +1465,7 @@ snip_list <- function(
14651465# '
14661466# ' @param column *The target column*
14671467# '
1468- # ' `scalar<character>`` // **required**
1468+ # ' `scalar<character>` // **required**
14691469# '
14701470# ' The name of the column that contains the target values.
14711471# '
@@ -1552,7 +1552,7 @@ snip_stats <- function(
15521552# '
15531553# ' @param column *The target column*
15541554# '
1555- # ' `scalar<character>`` // **required**
1555+ # ' `scalar<character>` // **required**
15561556# '
15571557# ' The name of the column that contains the target values.
15581558# '
@@ -1626,7 +1626,7 @@ snip_lowest <- function(column) {
16261626# '
16271627# ' @param column *The target column*
16281628# '
1629- # ' `scalar<character>`` // **required**
1629+ # ' `scalar<character>` // **required**
16301630# '
16311631# ' The name of the column that contains the target values.
16321632# '
0 commit comments