# NOT RUN {
# to run the app and upload data interactively
# }
# NOT RUN {
screen_abstracts()
# }
# NOT RUN {
# or to specify data from the workspace
file_location <- system.file(
"extdata",
"avian_ecology_bibliography.ris",
package = "revtools")
x <- read_bibliography(file_location)
# to run the app using these data:
# }
# NOT RUN {
screen_abstracts(x)
# }
# NOT RUN {
# or to run the app & save results to the workspace:
# }
# NOT RUN {
result <- screen_abstracts(x)
# }
Run the code above in your browser using DataLab