diff --git a/.github/reporting_security_issues.md b/.github/reporting_security_issues.md index 34b15843..45ab14be 100644 --- a/.github/reporting_security_issues.md +++ b/.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). \ No newline at end of file +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). diff --git a/README.md b/README.md index 8081b96b..54a7e814 100644 --- a/README.md +++ b/README.md @@ -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") ``` - + 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: