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

https://github.com/stevenmmortimer/crmfunc

An R Package for Handling CRM Data
https://github.com/stevenmmortimer/crmfunc

crm customer data-cleaning data-munging r

Last synced: about 1 year ago
JSON representation

An R Package for Handling CRM Data

Awesome Lists containing this project

README

          

---
output:
github_document:
toc: true
toc_depth: 3
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-",
eval = FALSE
)
```

# crmfunc

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

**crmfunc** is an R package that aims to assist R users who are dealing with
data from a CRM system. More specifically, it can help with cleaning and standardizing
fields, removing duplicate values, and other tasks specifically designed to handle
customer data (names, addresses, phone numbers, etc.) whether or not it comes from
a CRM system.

## License

The **crmfunc** package is licensed under the [MIT License](http://choosealicense.com/licenses/mit/).