Tablulate papis records

tabulate_papis_records(
  papis_records,
  ...,
  .omit_all_na_rows = TRUE,
  .bind_dot_n_and_dot_dot = TRUE
)

Arguments

papis_records

List of papis records as returned by collect_papis_records()

...

Colums specification as named expressions that are evaluated in papis record environment where two variables are bound - path and info (see collect_papis_records() for details. The evaluation environment is enclosed in parent frame (aka tabulate_papis_records calling environment)

.omit_all_na_rows

Whether to remove rows with all NAs.

.bind_dot_n_and_dot_dot

Whethet to bind two extra variables to the evaluation environment for columns. Namely .n (current row/record's number) and .. as the entire papis_records input.

Value

Data frame. If some of the column values have length > 1 then the table will be filled with these values.