An open API service indexing awesome lists of open source software.

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

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)
```

[![R build status](https://github.com/knapply/data4ds4da/workflows/R-CMD-check/badge.svg)](https://github.com/knapply/data4ds4da/actions?workflow=R-CMD-check)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/knapply/data4ds4da?branch=master&svg=true)](https://ci.appveyor.com/project/knapply/data4ds4da)
[![Travis-CI Build Status](https://travis-ci.org/knapply/tweetio.svg?branch=master)](https://travis-ci.org/knapply/data4ds4da)
[![Depends](https://img.shields.io/badge/Depends-GNU_R>=3.2-blue.svg)](https://www.r-project.org/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/knapply/data4ds4da.svg)](https://github.com/knapply/data4ds4da)
[![HitCount](http://hits.dwyl.io/knapply/data4ds4da.svg)](http://hits.dwyl.io/knapply/data4ds4da)

## Get in Touch

[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40ds4da)](https://twitter.com/ds4da)
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40knapply_)](https://twitter.com/knapply_)
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40cjcallag)](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)
```