Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunomontezano/benzocovid
💊 Data Analysis Project of Benzodiazepines during COVID-19 Pandemic.
https://github.com/brunomontezano/benzocovid
benzodiazepines covid-19 data-analysis
Last synced: about 18 hours ago
JSON representation
💊 Data Analysis Project of Benzodiazepines during COVID-19 Pandemic.
- Host: GitHub
- URL: https://github.com/brunomontezano/benzocovid
- Owner: brunomontezano
- License: cc-by-4.0
- Created: 2022-08-11T17:04:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T18:45:22.000Z (about 2 years ago)
- Last Synced: 2024-11-12T15:27:26.999Z (2 months ago)
- Topics: benzodiazepines, covid-19, data-analysis
- Language: R
- Homepage: https://brunomontezano.github.io/BenzoCovid/
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# BenzoCovid
This package contains the data analysis of the project entitled "Relationships and Benzodiazepine Use During the COVID-19 Pandemic". The project is first authored
by Fernando Ferreira de Souza.## Installation
You can install the development version of BenzoCovid like so:
``` r
remotes::install_github("brunomontezano/BenzoCovid")
```## Contact
Feel free to contact me at [[email protected]](mailto:[email protected]).