The goal of paqueteInicialDePrueba is to …
Installation
You can install the development version of paqueteInicialDePrueba from GitHub with:
# install.packages("pak")
pak::pak("LucaGiu204/paqueteInicialDePrueba")Example
This is a basic example which shows you how to solve a common problem:
library(paqueteInicialDePrueba)
## basic example codeFirst example of a package function:
suma(10, 20)
#> [1] 30Another example of a package function: