Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elipousson/baltimoremls
- Owner: elipousson
- License: other
- Created: 2023-08-14T16:08:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T04:12:44.000Z (about 1 year ago)
- Last Synced: 2024-03-26T16:11:30.321Z (8 months ago)
- Language: R
- Size: 58.6 KB
- Stars: 0
- 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%"
)
```# 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")
```