microsoft / vivainsights

R library to analyze and visualize data from Viva Insights Analyst Experience
https://microsoft.github.io/vivainsights/
Other
10 stars 2 forks source link

Feature: add features relating to meeting query #9

Closed martinctc closed 1 year ago

martinctc commented 1 year ago

Summary

This branch introduces to 'vivainsights' functions that relate to the meeting query.

Changes

The changes made in this PR are:

  1. Add mt_data as the sample meeting query dataset to the package.
  2. Added the following functions:
    • tm_freq()
    • tm_cooc()
    • tm_clean()
    • tm_wordcloud()
    • pairwise_count()
    • meeting_tm_report()
  3. Reduced the size of pq_data to pass CRAN checks, and corrected minor typos in the documentation.

Checks

Notes

This PR releases v0.3.0 to CRAN.