Skip to contents

Data from the analysis set is exported from the specified student to a csv. The file name contains a suffix with the date and time.

Usage

dump_subset_to_testfile(
  df,
  studentnummer = NULL,
  output = "XX. Test/",
  dataloc,
  suffix = NULL
)

Arguments

df

The data file containing the analysis set

studentnummer

number The student number as integer. A single value or a vector with multiple values.

output

The location in the output directory where the file will be written.

dataloc

optional: If no output directory is specified, a data location on the network drive can be specified

suffix

A suffix that is placed after the file name

Value

A csv file with a subset based on 1 or more student numbers