wpa icon indicating copy to clipboard operation
wpa copied to clipboard

R package for analyzing and visualizing data from Microsoft Workplace Analytics

Results 25 wpa issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Seems like the flexdashboard package is not loading automatically with the package. **To Reproduce** Steps to reproduce the behavior: 1. Fresh install of R without packages. 2....

bug

**Describe the bug** When importing a P2G into R, the system things is a person query.

bug

The current implementation of the create_IV function fails if you supply a categorical variable (e.g. Gender) as a predictor. We should upgrade the function so it's flexible enough to support...

Add additional functions to the external collaboration family. Upcoming functions should include: Trend, p2g_summary(), p2g_target(), report, p2g_data()

**Is your feature request related to a problem? Please describe.** A flexible function to compare changes period on period across HR Attributes. **Describe the solution you'd like** A function that...

enhancement

This is a request to have the option to label the edges of a `network_g2g()` plot with the associated metric. The edge thickness is helpful for obvious outliers, but not...

It would be good to add average total bars to the bottom of bar plots automatically.

enhancement
spike

This is a request to have a heatmap visualization (see #143) for `flex_index()`, such that each work pattern could be visualized in terms of its intensity. For instance, you should...

enhancement

Currently, word clouds are created with the package `ggwordcloud`. There is an alternative implementation that uses only `ggplot2`, as shown at . The code given is: ```R library(ggplot2) library(ggrepel) df...

aesthetics
refactor

## Problem The current `create_rank()` approach currently risks creating lots of really small groups that are outliers for the metric, and because of their size, might not be meaningful for...

enhancement