inbo / fistools

Repo containing widely used data & functions of the FIS team
https://inbo.github.io/fistools/
Other
1 stars 0 forks source link

4 new function download media #6

Closed SanderDevisscher closed 4 months ago

SanderDevisscher commented 5 months ago

fixes #4 fixes #21 fixes #19

Om te testen:

devtools::install_github("inbo/fistools@4-new-function-download_media")

fistools::download_media()
LynnPallemaerts commented 5 months ago

@SanderDevisscher Wil wel reviewen, maar hierboven staat "All checks have failed". Maakt dat uit voor de review?

SanderDevisscher commented 5 months ago

Ok ze falen nu op de scafolding

SanderDevisscher commented 5 months ago

I should add #' @export

SanderDevisscher commented 5 months ago

@soriadelva the example data will be provided by @LynnPallemaerts as part of #19 => merge PR for #19 => rebase => rework examples => merge #6

SanderDevisscher commented 4 months ago

De authors need more indentation I think 😅

LynnPallemaerts commented 4 months ago

De authors need more indentation I think 😅

Why is this even an issue ? 😅

SanderDevisscher commented 4 months ago

De authors need more indentation I think 😅

Why is this even an issue ? 😅

Some coding languages rely on indentation rather than (, { or [ while other use ( for everything (looking at you lisp)

image