Función para mostrar las olas, el mes y el año (Function to compute ICG results)

show_waves(data = NULL, viewer = FALSE)

Arguments

data

un tibble guardado como objeto en el enviroment luego de consultar get_icg_raw (A tibble saved as an object in the enviroment after querying get_icg_raw).

viewer

para elegir si la tabla se ve en el visor o se imprime el tibble para ser utilizado (choose to view the table in the viewer or print the tibble to be used).

Value

devuelve un tibble con class "tbl_df","tbl", "data.frame" con el número de ola y el mes y año correspondiente (returns a tibble with class "tbl_df", "tbl", "data.frame" with the wave number and the corresponding month and year).

See also