From 637969d30c97d4a880b2f5976d5607c70d1c7adb Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 26 Oct 2019 19:43:18 +0100 Subject: [PATCH] added badges to README --- README.Rmd | 6 ++++++ README.md | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index fa2962a..27b4064 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,6 +12,12 @@ knitr::opts_chunk$set( out.width = "100%" ) ``` + + + + +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/rOpenSpain/istacbaser/graphs/commit-activity) + # Introduction diff --git a/README.md b/README.md index a2571ec..c542f12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/rOpenSpain/istacbaser/graphs/commit-activity) + # Introduction The [Canary Islands Statistics Institute (Instituto Canario de @@ -83,7 +85,7 @@ information. The structure of `cache` is as follows library(istacbaser) str(cache, max.level = 1) -#> 'data.frame': 5257 obs. of 11 variables: +#> 'data.frame': 5404 obs. of 11 variables: #> $ tema : chr "Territorio y medio ambiente" "Territorio y medio ambiente" "Territorio y medio ambiente" "Territorio y medio ambiente" ... #> $ subtemaI : chr "Territorio y usos del suelo" "Territorio y usos del suelo" "Territorio y usos del suelo" "Territorio y usos del suelo" ... #> $ subtemaII : chr "Estadística del Territorio" "Estadística del Territorio" "Estadística del Territorio" "Estadística del Territorio" ... @@ -101,8 +103,7 @@ str(cache, max.level = 1) `istacbase_search()` searches through the `cache` data frame to find indicators that match a search pattern. An example of the structure of -this data frame is -below +this data frame is below | | tema | subtemaI | subtemaII | datos publicadosI | datos publicadosII | apijson | lista\_tablas | titulo | origen | encuesta | ID | | ---- | :------- | :------- | :---------------------------------- | :---------------- | :------------------- | :----------------------------------------------------------------------------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------- | :---------------------------- | :------------------- |