Skip to content

Commit

Permalink
update new case 21/04/2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Marovski authored and Marovski committed Apr 22, 2020
1 parent c8f9db5 commit eb442d9
Show file tree
Hide file tree
Showing 11 changed files with 186 additions and 15 deletions.
6 changes: 3 additions & 3 deletions R/covid19cv.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NULL
#' @source Public government website-covid19.cv
#' @format A data frame with eleven variables: \code{data}, \code{nacionalidade},
#' \code{faixa_etaria}, \code{sexo} , \code{tipo_caso},\code{tipo_transmissao},
#' \code{cidade}, \code{grupo_etario},\code{ilha},\code{long},\code{lat}
#' \code{concelho}, \code{grupo_etario},\code{ilha},\code{long},\code{lat}
#'
"covid19cv"

Expand All @@ -28,11 +28,11 @@ NULL
#' Dataset organized with type of cases by cities
#'
#' @source Public government website-covid19.cv
#' @format A data.frame with eleven variables: \code{Data}, \code{cidade},
#' @format A data.frame with eleven variables: \code{Data}, \code{concelho},
#' \code{lat}, \code{long} , \code{ilha},\code{recuperados},\code{obitos},
#' \code{evacuados},\code{confirmados},\code{confirmados_acumulados},\code{c_ativos_acumulados}
#'
"covid19cv_cidades"
"covid19cv_concelhos"

#' Demographics Data of Covid19 Case in Cabo Verde.
#'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mantainer [Marovski](https://github.com/marovski).

+ `covid19cv_nacional` - The number of cases by type for each date since the first case

* `covid19cv_cidades` - The number of cases by type for each city of Cabo Verde for each date since the first case
* `covid19cv_concelhos` - The number of cases by type for each province/region of Cabo Verde for each date since the first case

* `covid19cv_pop` - The number of cases for each type (recovered,death,confirmed,ative,etc)by age group and sex

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
introduction: introduction.html
last_built: 2020-04-22T02:05Z
last_built: 2020-04-22T05:28Z

2 changes: 1 addition & 1 deletion docs/reference/covid19cv.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 171 additions & 0 deletions docs/reference/covid19cv_concelhos.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/get.geocode.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/covid19cv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/covid19cv_cidades.Rd → man/covid19cv_concelhos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb442d9

Please sign in to comment.