Skip to content

Update Tutorial_DataSubmission_R.Rmd to use {httr2} and Quarto #6

@Joseph-Edgerton

Description

@Joseph-Edgerton

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

  1. Duplicate chunk labels cause an error if rendering the file.

  1. {rjson} is not needed for this script to run so it probably doesn't need to be included.

install.packages("rjson")

  1. Changing the {httr} syntax over to {httr2} requires a new file_upload function, which {curl} has.

  2. The atom text editor is deprecated so no new versions of this tutorial should not refer to it.

  3. Lastly, could make a few general formatting adjustments to space out some text and code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions