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
- Host: GitHub
- URL: https://github.com/stevenmmortimer/crmfunc
- Owner: StevenMMortimer
- License: other
- Created: 2017-06-02T01:22:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T02:15:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T18:28:35.190Z (over 1 year ago)
- Topics: crm, customer, data-cleaning, data-munging, r
- Language: R
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](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/).