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

Add file operation functions #7

Open
8 tasks
arthur-shaw opened this issue Feb 5, 2024 · 0 comments
Open
8 tasks

Add file operation functions #7

arthur-shaw opened this issue Feb 5, 2024 · 0 comments
Labels
epic 🗻 Epic that contains several related user stories files 📂 Manipulate downloaded files

Comments

@arthur-shaw
Copy link
Owner

Objective 🎯

Add file operation

User stories 📇

After a user downloads SuSo data, there are several other operations that need to occur and that, currently, need to come from hand-crafted code:

  • Delete files from previous download
  • Unpack zip files into appropriately named folders
  • Combine data files
    • Combine value labels
    • Signal incompatibilites (e.g. conflicting variable and/or value labels)
  • Write combined data frames to disk

Tasks ⚙️

Write functions to:

  • Delete old files
  • Unpack zip files
  • Combine value labels
  • Signal incompatibilities in labels and in structure of files
  • Combine data frames
  • Write data frames to disk in user-specified format (i.e., SPSS or Stata)

Documentation ✍️

  • Create section in reference index page
  • Write vignette on working with [AREA]
@arthur-shaw arthur-shaw added epic 🗻 Epic that contains several related user stories files 📂 Manipulate downloaded files labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic 🗻 Epic that contains several related user stories files 📂 Manipulate downloaded files
Projects
None yet
Development

No branches or pull requests

1 participant