Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elipousson/baltimoremls

An internal R package for working with Bright MLS Sales Data
https://github.com/elipousson/baltimoremls

Last synced: 27 days ago
JSON representation

An internal R package for working with Bright MLS Sales Data

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

# baltimoremls

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The goal of baltimoremls is to support the analysis of Bright MLS property sales
data for Baltimore City provided to city agencies through a partnership with
Live Baltimore. The package includes basic helper functions for reading and
formatting data.

## Installation

You can install the development version of baltimoremls like so:

``` r
pak::pkg_install("elipousson/baltimoremls")
```