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
Describe where data can be sourced from and your date of extraction - provide links and note data processing script (is this possible to automate in R?)
ensure that each core script calls objects that are loaded (e.g., s_rarefac <- read.csv("~./fish_stability/data/s_rarefac.csv", header = T) that file doesn't exist in the data folder. Also the path should be `./data/s_rarefac.csv'
try to provide meaningful names for files and data objects.
The text was updated successfully, but these errors were encountered:
Analysis for single scale paper (subject to change after discussion)
Reproducibility
s_rarefac <- read.csv("~./fish_stability/data/s_rarefac.csv", header = T)
that file doesn't exist in the data folder. Also the path should be `./data/s_rarefac.csv'The text was updated successfully, but these errors were encountered: