Skip to content

Commit

Permalink
Fix article
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jul 30, 2024
1 parent 9b5952d commit cf739ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vignettes/articles/Series_Index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Check warning on line 26 in vignettes/articles/Series_Index.Rmd

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=vignettes/articles/Series_Index.Rmd,line=26,col=3,[commented_code_linter] Commented code should be removed.

Check warning on line 26 in vignettes/articles/Series_Index.Rmd

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=vignettes/articles/Series_Index.Rmd,line=26,col=3,[commented_code_linter] Commented code should be removed.

Check warning on line 26 in vignettes/articles/Series_Index.Rmd

View workflow job for this annotation

GitHub Actions / Run lintr scanning

file=vignettes/articles/Series_Index.Rmd,line=26,col=3,[commented_code_linter] Commented code should be removed.
```

Use the sequential number to load a single series (see [Example](#example)
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit cf739ee

Please sign in to comment.