ref_df_row {formatters} | R Documentation |
Create a row for a referential footnote information data frame
Description
Create a row for a referential footnote information data frame
Usage
ref_df_row(
row_path = NA_character_,
col_path = NA_character_,
row = NA_integer_,
col = NA_integer_,
symbol = NA_character_,
ref_index = NA_integer_,
msg = NA_character_,
max_width = NULL
)
Arguments
row_path |
( |
col_path |
( |
row |
( |
col |
( |
symbol |
( |
ref_index |
( |
msg |
( |
max_width |
( |
Value
A single row data frame with the appropriate columns.
[Package formatters version 0.5.8 Index]