Skip to contents

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 code

First example of a package function:

suma(10, 20)
#> [1] 30

Another example of a package function:

#> [1] 19.68504