R/InventoryTransactions.R

#' Northwind Inventory Transactions data table
#'
#' This data table is part of the freely downloadable Northwind sample database.
#' They are useful datasets for demonstrating such things as SQL queries and
#' business data analytics. Loading the Northwind dataset will place this and
#' other related data into your environment.
#' @usage data(Northwind)
#' @keywords data
#' @format A dataframe with 102 rows and 6 variables:
#' \itemize{
#' \item TransactionID.
#' \item TransactionType.
#' \item TransactionCreatedDate.
#' \item TransactionModifiedDate.
#' \item ProductID.
#' \item Quantity.
#' }
"InventoryTransactions"
kuhnrl30/Northwind documentation built on May 20, 2019, 7:06 p.m.