From cf739ee9d3776b8cd576c6ed3082268e84b5425a Mon Sep 17 00:00:00 2001 From: Diego H Date: Tue, 30 Jul 2024 10:05:46 +0000 Subject: [PATCH] Fix article --- vignettes/articles/Series_Index.Rmd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vignettes/articles/Series_Index.Rmd b/vignettes/articles/Series_Index.Rmd index 33c9ae4..73f850a 100644 --- a/vignettes/articles/Series_Index.Rmd +++ b/vignettes/articles/Series_Index.Rmd @@ -23,7 +23,7 @@ The following table shows the series available on the catalog (Last update: # Set locale in Spanish so accents and special characters shows up # This is useful with GHA if running on windows -Sys.setlocale(category = "LC_ALL", locale = "Spanish") +# Sys.setlocale(category = "LC_ALL", locale = "Spanish") ``` Use the sequential number to load a single series (see [Example](#example) @@ -54,12 +54,8 @@ series_clean <- series %>% as_tibble() -names(series_clean) <- gsub("_", " ", names(series_clean)) - - library(reactable) - reactable(series_clean, filterable = TRUE, searchable = TRUE,