# Example: reading a TDL file that is included with the PhotoGEA package.
tdl_file <- read_cr3000(
PhotoGEA_example_file_path('tdl_sampling_1.dat')
)
tdl_file$file_name # A record of where the data came from
str(tdl_file) # View the contents of the exdf object's main_data
Run the code above in your browser using DataLab