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
When articles are included as submodules, the paths to data within manuscript .qmd/.rmd files are broken. This is solved by creating a new setup chunk in the dissertation chapter with corrected filepaths.
Possible solution:
Include derived data as .rda files usethis::use_data() produced from the raw data, and that way can use devtools::load_all() to load data instead of filepaths.
The text was updated successfully, but these errors were encountered:
When articles are included as submodules, the paths to data within manuscript .qmd/.rmd files are broken. This is solved by creating a new setup chunk in the dissertation chapter with corrected filepaths.
Possible solution:
Include derived data as .rda files
usethis::use_data()
produced from the raw data, and that way can usedevtools::load_all()
to load data instead of filepaths.The text was updated successfully, but these errors were encountered: