Installation
Let’s get started and install the amazonasdatahub
.
Start
Requeriments
To install amazonasdatahub
, you need to have the following tools
installed on your computer or development environment:
- R version 4.41.1 (2024-06-14) – “Race for Your Life”;
devtools
package from R.
Installing devtools
If you do not have devtools
installed, you can install it using R
terminal:
install.packages("devtools")
Installing amazonasdatahub
After installing devtools
, you can install the amazonasdatahub
package through the install_github()
method in the R terminal:
library(devtools)
install_github("Nelson-DevStack/amazonasdatahub")
Using in R
Once the amazonasdatahub
is installed, use library()
or require()
to load the package.
library(amazonasdatahub)