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

https://github.com/mjfrigaard/sapkgs

A Shiny App with various debugging techniques
https://github.com/mjfrigaard/sapkgs

Last synced: 4 months ago
JSON representation

A Shiny App with various debugging techniques

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

# skimapp

The goal of `skimapp` is to select a dataset and present a `skim` of a variable.

## Installation

You can install `skimapp` like so:

1. In Terminal:

```bash
git clone https://github.com/mjfrigaard/sapkgs.git
git checkout main
cd sapkgs
open sapkgs.Rproj
```

2. or use `remotes` (then switch branches to `main` in Terminal):

``` r
install.packages('remotes')
remotes::install_github('mjfrigaard/sapkgs')
```

```bash
git checkout main
```