# NOT RUN {
grants <- tsg_all_grants()
df1 <- tsg_process_data(grants)
# Only return data from columns with more than 50% coverage
df2 <- tsg_process_data(grants, min_coverage = 0.5)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab