Converts a scan report from WaitRabit to a tibble with specified number of rows.

scanReportToTibble(scan_report, n_rows)

Arguments

scan_report

The scan report data frame.

n_rows

Number of rows for the resulting tibble.