Closed dagousket closed 1 year ago
As dev, I'd like my function fm_generate_graphs() to have its own flat file so that flat_main.Rmd will only be a vignette with examples on how to run FishMap
fm_generate_graphs()
flat_main.Rmd
flat_fm_generate_graphs()
=> https://github.com/balglave/FishMap/blob/main/dev/flat_fm_generate_graphs.Rmd
there is not instance of <- function(...) in dev/flat_main.Rmd anymore
<- function(...)
dev/flat_main.Rmd
=> https://github.com/balglave/FishMap/blob/main/dev/flat_main.Rmd
=> https://balglave.github.io/FishMap/
Je valide
Je valide.
As dev, I'd like my function
fm_generate_graphs()
to have its own flat file so thatflat_main.Rmd
will only be a vignette with examples on how to run FishMapClient - Validation
flat_fm_generate_graphs()
exists=> https://github.com/balglave/FishMap/blob/main/dev/flat_fm_generate_graphs.Rmd
flat_main.Rmd
only includes examples for running fishmapthere is not instance of
<- function(...)
indev/flat_main.Rmd
anymore=> https://github.com/balglave/FishMap/blob/main/dev/flat_main.Rmd
=> https://balglave.github.io/FishMap/
Dev - Tech