https://github.com/knapply/data4ds4da
Data for the course Data Science for Defense Analysis
https://github.com/knapply/data4ds4da
Last synced: 3 months ago
JSON representation
Data for the course Data Science for Defense Analysis
- Host: GitHub
- URL: https://github.com/knapply/data4ds4da
- Owner: knapply
- License: gpl-3.0
- Created: 2020-01-10T13:39:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T23:05:21.000Z (over 6 years ago)
- Last Synced: 2025-01-16T03:14:26.566Z (over 1 year ago)
- Language: R
- Homepage: https://knapply.github.io/data4ds4da/
- Size: 29.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```
[](https://github.com/knapply/data4ds4da/actions?workflow=R-CMD-check)
[](https://ci.appveyor.com/project/knapply/data4ds4da)
[](https://travis-ci.org/knapply/data4ds4da)
[](https://www.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/knapply/data4ds4da)
[](http://hits.dwyl.io/knapply/data4ds4da)
## Get in Touch
[](https://twitter.com/ds4da)
[](https://twitter.com/knapply_)
[](https://twitter.com/cjcallag)
## Introduction
`{data4ds4da}` is an R package containing data sets for the course __Data Science for Defense Analysis__.
## Installation
```{r, eval=FALSE}
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("knapply/data4ds4da")
```
## Usage
```{r, eval=FALSE}
library(data4ds4da)
```