Skip to content

Commit

Permalink
added badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrglez committed Oct 26, 2019
1 parent f952396 commit 637969d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

[![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
Expand Down Expand Up @@ -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" ...
Expand All @@ -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 |
| ---- | :------- | :------- | :---------------------------------- | :---------------- | :------------------- | :----------------------------------------------------------------------------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------- | :---------------------------- | :------------------- |
Expand Down

0 comments on commit 637969d

Please sign in to comment.