Create a row for a referential footnote information data frame
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
)A single row data frame with the appropriate columns.
(character)
row path (or NA_character_ for none).
(character)
column path (or NA_character_ for none).
(integer(1))
integer position of the row.
(integer(1))
integer position of the column.
(string)
symbol for the reference. NA_character_ to use the
ref_index automatically.
(integer(1))
index of the footnote, used for ordering even when
symbol is not NA.
(string)
the string message, not including the symbol portion ({symbol} - )
(numeric(1))
width that strings should be wrapped to when
determining how many lines they require.