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
You have a couple of huge chunks of code at the top of the file. I think it would make sense to extract these as separate R files. You could either source() from your knitr doc, or just load the cleaned up data. The advantage of saving csvs from your data cleaning scripts and then loading them in your knitr file is that you can also track changes to the data over time - this is handy for spotting coding errors.
The text was updated successfully, but these errors were encountered:
You have a couple of huge chunks of code at the top of the file. I think it would make sense to extract these as separate R files. You could either
source()
from your knitr doc, or just load the cleaned up data. The advantage of saving csvs from your data cleaning scripts and then loading them in your knitr file is that you can also track changes to the data over time - this is handy for spotting coding errors.The text was updated successfully, but these errors were encountered: