Skip to contents

Combine the extracted ROXAS filenames plus data structures (from extract_data_structure()), image exif data (from collect_image_info()), and ROXAS settings data (with converted dates, cf. collect_settings_data() and convert_settings_dates()) into one raw metadata dataframe.

Usage

combine_rxs_metadata(df_structure, df_images, df_settings)

Arguments

df_structure

Dataframe with all input filenames and data structure.

df_images

Dataframe with extracted image exif data.

df_settings

Dataframe with extracted ROXAS settings data.

Value

A single dataframe consisting of the joined input dataframes.