This commit is contained in:
Martin Chan 2020-11-25 14:11:28 +00:00
Родитель 15ab5b7689
Коммит 7496d3c428
2 изменённых файлов: 10 добавлений и 3 удалений

4
.github/reporting_security_issues.md поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
## Security
# Security
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
@ -34,4 +34,4 @@ We prefer all communications to be in English.
## Policy
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).

Просмотреть файл

@ -9,8 +9,11 @@ This is an R package for analyzing and visualizing data from [Microsoft Workplac
## With the **wpa** package, you can...
1. **Run prebuilt analysis and visualizations** off Workplace Analytics data with settings for HR variables, privacy threshold, etc.
2. **Generate prebuilt interactive HTML reports**, which cover specific areas e.g. collaboration, connectivity
3. Leverage **advanced analytics functions**, such as text mining and hierarchical clustering, which are built for Workplace Analytics metrics
4. Integrate analysis of Workplace Analytics data with your R workflow seamlessly
Here is an example of **wpa** in action:
@ -40,7 +43,7 @@ The package comes shipped with a sample Standard Query dataset (`sq_data`), so y
```R
collaboration_sum(sq_data, return = "plot")
```
<img src=".github/gallery/collab_sum.png" align="center" width=80% />
<img src="https://raw.githubusercontent.com/microsoft/wpa/main/.github/gallery/collab_sum.png" align="center" width=80% />
By passing 'table' to the `return` argument, the function will return a data frame with the relevant summary statistics.
@ -95,3 +98,7 @@ We would ask you to please read the [Microsoft Open Source Code of Conduct](http
**Trademarks**
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.
---
Finding this project useful? Star this repository to keep us going! :star: