Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting oolong questions into a data frame #61

Open
chainsawriot opened this issue Aug 11, 2021 · 0 comments
Open

Converting oolong questions into a data frame #61

chainsawriot opened this issue Aug 11, 2021 · 0 comments
Labels

Comments

@chainsawriot
Copy link
Collaborator

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 or rio or whatnot.

The problems

  1. How to prevent cheating (exporting the data frame to read the answers)
  2. The data frame stored in an oolong test is not "tidy" (it has list columns); but it can be easily fixed.
@chainsawriot chainsawriot added the FR label Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant