2021-01-25 20:41:11 +03:00
# wpa <img src="https://raw.githubusercontent.com/microsoft/wpa/main/man/figures/logo2.png" align="right" width=15% />
2020-10-27 00:21:24 +03:00
2021-04-07 16:38:23 +03:00
[![R build status ](https://github.com/microsoft/wpa/workflows/R-CMD-check/badge.svg )](https://github.com/microsoft/wpa/actions/) [![CodeFactor ](https://www.codefactor.io/repository/github/microsoft/wpa/badge/ )](https://www.codefactor.io/repository/github/microsoft/wpa/) [![License: MIT ](https://img.shields.io/badge/License-MIT-yellow.svg )](https://opensource.org/licenses/MIT/) [![lifecycle ](https://img.shields.io/badge/lifecycle-maturing-blue.svg )](https://lifecycle.r-lib.org/articles/stages.html) [![CRAN status ](https://www.r-pkg.org/badges/version/wpa )](https://CRAN.R-project.org/package=wpa)
2020-10-27 00:21:24 +03:00
## Analyze and Visualize Workplace Analytics data
2021-01-29 14:23:59 +03:00
This is an R package for analyzing and visualizing data from [Microsoft Workplace Analytics ](https://docs.microsoft.com/en-us/workplace-analytics/ ).
2020-10-27 00:21:24 +03:00
2020-11-16 15:13:18 +03:00
## With the **wpa** package, you can...
2020-10-27 00:21:24 +03:00
2020-11-16 15:13:18 +03:00
1. **Run prebuilt analysis and visualizations** off Workplace Analytics data with settings for HR variables, privacy threshold, etc.
2020-11-25 17:11:28 +03:00
2020-11-16 15:13:18 +03:00
2. **Generate prebuilt interactive HTML reports** , which cover specific areas e.g. collaboration, connectivity
2020-11-25 17:11:28 +03:00
2020-11-16 15:13:18 +03:00
3. Leverage **advanced analytics functions** , such as text mining and hierarchical clustering, which are built for Workplace Analytics metrics
2020-11-25 17:11:28 +03:00
2020-11-16 15:13:18 +03:00
4. Integrate analysis of Workplace Analytics data with your R workflow seamlessly
2020-10-27 00:21:24 +03:00
2020-11-23 20:09:22 +03:00
Here is an example of **wpa** in action:
2020-11-16 17:13:30 +03:00
2021-01-25 20:41:11 +03:00
< img src = "https://raw.githubusercontent.com/microsoft/wpa/main/man/figures/output2.gif" align = "center" width = 80% / >
2020-10-27 00:21:24 +03:00
2020-11-17 12:57:03 +03:00
---
2020-11-16 17:32:59 +03:00
2020-12-09 18:14:59 +03:00
## :rocket: Users
2020-10-27 00:21:24 +03:00
2020-12-09 18:14:59 +03:00
To get started with the package, please see the following links:
2020-10-27 00:21:24 +03:00
2020-12-09 18:14:59 +03:00
- [Installation and Set-up ](https://microsoft.github.io/wpa/analyst_guide_getting_started.html )
- [Full function list ](https://microsoft.github.io/wpa/reference/index.html )
2021-01-29 14:23:59 +03:00
- [Analyst Guide ](https://microsoft.github.io/wpa/analyst_guide.html )
2021-03-10 02:07:45 +03:00
- [FAQ ](https://microsoft.github.io/wpa/faq.html )
2021-05-04 12:22:34 +03:00
- [Microsoft Learn module ](https://docs.microsoft.com/en-us/learn/modules/workplace-analytics-r-package/ )
2020-11-18 01:30:32 +03:00
2020-12-09 18:14:59 +03:00
Also check out our package cheat sheet for a quick glimpse of what **wpa** offers:
2020-11-16 17:32:59 +03:00
2020-12-03 13:11:11 +03:00
< a href = "https://github.com/microsoft/wpa/blob/main/man/figures/wpa%20cheatsheet.pdf" > < img src = "https://raw.githubusercontent.com/microsoft/wpa/main/man/figures/wpa%20cheatsheet.png" align = "center" width = 50% / > < / a >
2020-11-16 15:30:48 +03:00
2020-11-16 15:13:18 +03:00
---
2020-11-16 15:30:48 +03:00
## :hammer: Developers
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
We welcome contributions to the package!
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
### Contributing code
2021-01-25 20:41:11 +03:00
If you would like contribute code to the repo, please read our [Contributor Guide ](https://microsoft.github.io/wpa/CONTRIBUTING.html ) and [Developer Guide ](https://microsoft.github.io/wpa/developer_guide.html ). This documentation should provide you all the information you will need to get started.
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
### Issues or Feature Requests
If you would like to log an issue or submit a feature request, please create a new issue or comment on an existing issue on [GitHub Issues ](https://github.com/microsoft/wpa/issues ) on this repo.
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
### Reporting Security Issues
2021-01-25 20:41:11 +03:00
Please do not report security vulnerabilities through public GitHub issues. Please read our Security document [for more details ](https://microsoft.github.io/wpa/reporting_security_issues.html ).
2020-11-11 00:04:45 +03:00
2020-11-17 12:57:03 +03:00
### Changelog
2021-01-25 20:41:11 +03:00
See [NEWS.md ](https://microsoft.github.io/wpa/news/index.html ) for the package changelog.
2020-11-11 00:04:45 +03:00
2020-11-17 12:57:03 +03:00
---
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
## Code of Conduct
2020-11-11 00:04:45 +03:00
2021-01-29 14:23:59 +03:00
We would ask you to please read the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/ ) prior to engaging with this package.
2020-11-11 00:04:45 +03:00
2020-11-16 15:30:48 +03:00
**Trademarks**
2020-11-11 00:04:45 +03:00
2021-01-29 14:23:59 +03:00
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines ](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general/ ). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
2020-11-25 17:11:28 +03:00
---
2020-11-25 17:49:09 +03:00
## Finding this project useful?
:star: Please star this repository to keep us going!
Contributors to the GitHub repo:
2020-11-25 19:54:12 +03:00
![](https://raw.githubusercontent.com/microsoft/wpa/main/CONTRIBUTORS.svg)
2020-11-25 17:49:09 +03:00
2021-03-30 16:43:34 +03:00
See the full list of our contributors [here ](https://microsoft.github.io/wpa/contributors.html ).