# Mark rows with incomplete progress
data(qualtrics_text)
df <- mark_progress(qualtrics_text)
# Remove preview data first
df <- qualtrics_text %>%
exclude_preview() %>%
mark_progress()
# Include a lower acceptable completion percentage
df <- qualtrics_numeric %>%
exclude_preview() %>%
mark_progress(min_progress = 98)
Run the code above in your browser using DataLab