Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tidyverse/funs

Collection of low-level functions for working with vctrs
https://github.com/tidyverse/funs

Last synced: 3 months ago
JSON representation

Collection of low-level functions for working with vctrs

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

# funs

[![R-CMD-check](https://github.com/tidyverse/funs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/funs/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/tidyverse/funs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/funs?branch=main)

The goal of funs is to provide a useful set of vectorized functions that complement other tools in the tidyverse.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("tidyverse/funs")
```