wpa/R/g2g_data.R

25 строки
857 B
R

# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See LICENSE.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
#' @title Sample Group-to-Group dataset
#'
#' @description
#' A dataset generated from a Group-to-Group Query from WpA.
#'
#' @format A data frame with 3517 rows and 7 variables:
#' \describe{
#' \item{TimeInvestors_Organization}{ }
#' \item{Collaborators_Organization}{ }
#' \item{Date}{ }
#' \item{Meetings}{ }
#' \item{Meeting_hours}{ }
#' \item{Email_hours}{ }
#' \item{Collaboration_hours}{ }
#'
#' ...
#' }
#' @source \url{https://workplaceanalytics-demo.office.com/en-us/Home}
"g2g_data"