# NOT RUN {
upload <- data.frame(field_one = c('A','B','C'),
field_two = c(1, 2, 3),
field_three = c(10L, 11L, 12L),
field_four = c(TRUE, FALSE, TRUE),
field_five = c(as.Date('2019-01-01'), as.Date('2020-01-01'), as.Date('2021-12-31')),
field_six = c(as.POSIXct(Sys.time()), as.POSIXct(Sys.time()), as.POSIXct(Sys.time())))
post_results_records(auth, upload = upload, purge = TRUE)
# }
Run the code above in your browser using DataLab