
Export Data Structure (Example)
df_output_exportable_example.Rd
This data set represents the structure required for exporting evaluation data. Any data re-imported into the application to append new records must follow this format to ensure compatibility and accurate processing.
Usage
data(df_output_exportable_example)
Format
A data frame with 12 columns:
- first_name
The speaker's first name.
- last_name
The speaker's last name.
- date_of_birth
The speaker's date of birth.
- language_spoken
The language spoken by the speaker during the evaluation.
- gender
The speaker's gender.
- date_of_evaluation
The date on which the evaluation was conducted.
- referent
The name of the referent associated with the response, representing the object or entity involved in the verbal episode.
- referent_order
The order the referent appeared in the session. Required for data visualizations and calculations regarding specific verbal episodes.
- conversing
Binary indicator showing if the speaker provided a conversational response to the referent (1 = Yes, 0 = No).
- labeling
Binary indicator showing if the speaker could label the referent (1 = Yes, 0 = No).
- echoing
Binary indicator showing if the speaker could repeat the referent's name (1 = Yes, 0 = No).
- requesting
Binary indicator showing if the speaker could request the referent's name (1 = Yes, 0 = No).