make_input_template(reference_type = "AudioRecording", write_path = getwd())
String. Case-sensitive DataStore reference type you would like to create an input template for. Defaults to "AudioRecording". Note that the reference_type is a single word and follows the DataStore backend naming conventions, not necessarily the names displayed on the DataStore website (compare AudioRecording with Audio Recording).
String. The path where the file will be written. Defaults to the current working directory.
dataframe (invisibly)
Writes a template input file (e.g. "AutioRecording_input.txt") to the specified path. The template input file can then be edited as needed, saved, and passed to the bulk_reference_generation
function to create the specified references.
The currently supported reference_types are: AudioRecording.
if (FALSE) { # \dontrun{
make_input_template()
} # }