You can write R language to transform data in blocks.
R
.Note When you run the R block for the 1st time, the package will be installed. The 2nd time you run the R block, the package won’t need to be installed again.
pacman
?pacman
is an R package management tool. You can use p_library()
to view all the available packages.
Here is the documentation for pacman
where you can find more useful methods: https://www.rdocumentation.org/packages/pacman/versions/0.5.1
global_vars
vector, like global_vars['execution_date']
.
Example code: