You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original question asks for exporting to csv. I think a much better way is to export it to a "tidy" data frame / tibble so that the user can export it to whatever format using write.csv or rio or whatnot.
The problems
How to prevent cheating (exporting the data frame to read the answers)
The data frame stored in an oolong test is not "tidy" (it has list columns); but it can be easily fixed.
The text was updated successfully, but these errors were encountered:
Ref this tweet
The original question asks for exporting to csv. I think a much better way is to export it to a "tidy" data frame / tibble so that the user can export it to whatever format using
write.csv
orrio
or whatnot.The problems
The text was updated successfully, but these errors were encountered: