# Load the toy flagged bee data
data("beesFlagged")
# Run the function and build the flag table
flagTibble <- flagSummaryTable(data = beesFlagged,
column = "scientificName",
outPath = paste0(tempdir()),
fileName = "flagTable.csv")
Run the code above in your browser using DataLab