At several points in the materials results are written to a results folder. But this folder doesn't exist by default, so often people get errors such as:
write_tsv(annot.interaction.11, "results/Interaction.11_Results_Annotated.txt")
Error: Cannot open file for writing: 'results/Interaction.11_Results_Annotated.txt'
Can we come up with a way to avoid this? Perhaps we could create an empty folder ahead of the workshop to avoid this issue?
At several points in the materials results are written to a
results
folder. But this folder doesn't exist by default, so often people get errors such as:Can we come up with a way to avoid this? Perhaps we could create an empty folder ahead of the workshop to avoid this issue?