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