Exercise

Concatenating Multiple Datasets to a Single .xdf file

You have an existing xdf file, and you just collected a new set of data that you would like to concatenate with your existing file. What are values should the following arguments take to correctly stack one csv file on "top" of another when running rxImport()?

  • a) append = "row"
  • b) append = "cols"
  • c) overwrite = TRUE
  • d) overwrite = FALSE

Instructions

50 XP

Possible answers