Coder Social home page Coder Social logo

vivainsights's Introduction

vivainsights

R build status License: MIT CRAN status CRAN last month downloads

Analyze and Visualize Viva Leader Insights data

This is an R package for analyzing and visualizing data from Microsoft Viva Advanced Insights (previously Microsoft Workplace Analytics).

With the vivainsights package, you can...

  1. Run prebuilt analysis and visualizations off advanced insights data with settings for HR variables, privacy threshold, etc.

  2. Leverage advanced analytics functions which are built for Viva Insights metrics

  3. Integrate analysis of Viva Insights data with your R workflow seamlessly

This library is compatible with the latest implementation of the Viva Insights Analyst Workbench. For the R library compatible with the legacy implementation, please visit the wpa package website or GitHub repository .

Related repositories


Code of Conduct

We would ask you to please read the Microsoft Open Source Code of Conduct prior to engaging with this package.

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. 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?

⭐ Please star this repository to keep us going!

vivainsights's People

Contributors

mallikharjun07 avatar martinctc avatar microsoftopensource avatar moralec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vivainsights's Issues

validation_report: pq_data

For validation report: While using pq_data under validation_report in vivainsights error is,

Error in rename():
! Can't rename columns that don't exist.
✖ Column Instant_Message_hours doesn't exist.

Kindly assist for sample data to use validation_report in vivainsights. Thanks

Feature request: apply color palette to node colors

Ability to easily customize the node color scheme, e.g. by applying a palette,

e.g. as in ggraph

custom_palette <- c("red", "blue", "green", "yellow")... ggraph(graph) + ... scale_color_manual(values = custom_palette) + ...

Distribution plot - colour mapping not aligned with specified bins

When we specify the intended bins range to the functions - afterhours_dist(), collaboration_dist() and create_hist(), colour for the last two bins range is same, default bins is working perfect.

Please refer the below examples.

Ex:1 Same intensity of red colour displayed for 25 - 35 hours and 35 + hours range

image

Ex:2 Same intensity of red colour displayed for 10 - 15 hours and 15 + hours range, so not able to visualise the data

image

Ex:3 Default bins, no issue .

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.