# An example field notes spreadsheet included with the package.
path_to_notes <- system.file("insect_study/records/refinements.xlsx", package = "novelqualcodes")
print(path_to_notes)
# Importing the spreadsheet
my_refinements <- import_field_notes(path_to_notes)
# Looking at its contents
str(my_refinements, max.level = 1)
print(my_refinements$df)
Run the code above in your browser using DataLab