-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
With the release of quarto as a new publishing system that softly succeeds RMD, and {httr2} as the new successor to the {httr}
package I feel like it would be beneficial to update the code in Tutorial_DataSubmission_R.Rmd for future use.
Specific sub-issues
- Duplicate chunk labels cause an error if rendering the file.
```{r setup} |
- {rjson} is not needed for this script to run so it probably doesn't need to be included.
install.packages("rjson") |
-
Changing the {httr} syntax over to {httr2} requires a new
file_upload
function, which {curl} has. -
The atom text editor is deprecated so no new versions of this tutorial should not refer to it.
-
Lastly, could make a few general formatting adjustments to space out some text and code.
Metadata
Metadata
Assignees
Labels
No labels