Description Usage Details Author(s) References Examples
View source: R/tc_usd_mensual.R
Cotizaci<c3><b3>n mensual hist<c3><b3>rica d<c3><b3>lar USA billete, desde el a<c3><b1>o 2000 a la fecha.
1 |
Funci<c3><b3>n para cargar cotizaci<c3><b3>n mensual hist<c3><b3>rica del d<c3><b3>lar usa billete. Creada a partir de tc_usd().
Observatorio Productivo - Transforma Uruguay
https://www.bcu.gub.uy/Estadisticas-e-Indicadores/Paginas/Cotizaciones.aspx
1 2 3 4 5 | ## The function is currently defined as
function ()
{
tc_usd() %>% group_by(a<c3><b1>o, mes) %>% summarise(tc_usd_mensual = mean(Venta))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.