Closed adilb99 closed 3 years ago
Do we have to use mutate and update_seeds or can we make our own functions to use in run that are not necessarily called the same way?
mutate
update_seeds
run
Or do we absolutely have to use mutate and update_seeds and with the same parameters provided in the skeleton code?
It means that you didn't implement the mutate and update_seed function? It's fine to define a new function, or change the types or etc... but we recommend you to follow our skeleton code.
update_seed
Do we have to use
mutate
andupdate_seeds
or can we make our own functions to use inrun
that are not necessarily called the same way?Or do we absolutely have to use
mutate
andupdate_seeds
and with the same parameters provided in the skeleton code?