R/data.R

#' SGDQ2016 Donations
#'
#' Donations made during SGDQ2016.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2016_donations"


#' SGDQ2016 Runs
#'
#' Runs shown at SGDQ2016.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2016_runs"


#' SGDQ2015 Donations
#'
#' Donations made during SGDQ2015.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2015_donations"


#' SGDQ2015 Runs
#'
#' Runs shown at SGDQ2015.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2015_runs"


#' SGDQ2014 Donations
#'
#' Donations made during SGDQ2014.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2014_donations"


#' SGDQ2014 Runs
#'
#' Runs shown at SGDQ2014.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2014_runs"


#' SGDQ2013 Runs
#'
#' Runs shown at SGDQ2013.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2013_runs"


#' SGDQ2012 Runs
#'
#' Runs shown at SGDQ2012.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2012_runs"


#' SGDQ2011 Runs
#'
#' Runs shown at SGDQ2011.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2011_runs"


#' JRDQ Donations
#'
#' Donations made during JRDQ.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"jrdq_donations"


#' CGDQ Donations
#'
#' Donations made during CGDQ.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"cgdq_donations"


#' CGDQ Donations
#'
#' Donations made during CGDQ.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
"spook_donations"


#' AGDQ2011 Runs
#'
#' Runs shown at AGDQ2011.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2011_runs"


#' AGDQ2012 Runs
#'
#' Runs shown at AGDQ2012.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2012_runs"


#' AGDQ2013 Runs
#'
#' Runs shown at AGDQ2013.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2013_runs"


#' AGDQ2014 Runs
#'
#' Runs shown at AGDQ2014.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2014_runs"


#' AGDQ2015 Runs
#'
#' Runs shown at AGDQ2015.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2015_runs"


#' AGDQ2016 Runs
#'
#' Runs shown at AGDQ2016.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2016_runs"


#' SGDQ2013 Donations
#'
#' Donations made during SGDQ2013
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2013_donations"


#' SGDQ2012 Donations
#'
#' Donations made during SGDQ2012.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2012_donations"


#' SGDQ2011 Donations
#'
#' Donations made during SGDQ2011.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2011_donations"


#' AGDQ2011 Donations
#'
#' Donations made during AGDQ2011.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2011_donations"


#' AGDQ2012 Donations
#'
#' Donations made during AGDQ2012.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2012_donations"


#' AGDQ2013 Donations
#'
#' Donations made during AGDQ2013.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2013_donations"


#' AGDQ2014 Donations
#'
#' Donations made during AGDQ2014.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2014_donations"


#' AGDQ2015 Donations
#'
#' Donations made during AGDQ2015.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2015_donations"


#' AGDQ2016 Donations
#'
#' Donations made during AGDQ2016.
#'
#' @format A data frame with four variables:
#' \describe{
#'   \item{donator}{name of donator}
#'   \item{date}{date of donation as POSIXct object}
#'   \item{amount}{amount donated in dollars}
#'   \item{with_comment}{did the donator leave a comment with their donation}
#' }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2016_donations"


#' AGDQ2011 Runs
#'
#' Runs shown at AGDQ2011.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2011_runs"

#' AGDQ2012 Runs
#'
#' Runs shown at AGDQ2012.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2011_runs"

#' SGDQ2011 Runs
#'
#' Runs shown at SGDQ2011.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2012_runs"

#' AGDQ2013 Runs
#'
#' Runs shown at AGDQ2013.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"sgdq2013_runs"


#' AGDQ2014 Runs
#'
#' Runs shown at AGDQ2014.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2014_runs"

#' AGDQ2015 Runs
#'
#' Runs shown at AGDQ2015.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2015_runs"

#' AGDQ2016 Runs
#'
#' Runs shown at AGDQ2016.
#'
#' @format A data frame with 6 variables:
#' \describe{
#'  \item{game}{name of the game}
#'  \item{players}{name of the runners, comma separated}
#'  \item{description}{description of the run}
#'  \item{start_time}{run start date and time}
#'  \item{end_time}{run end date and time}
#'  \item{has_bid_wars}{whether there are bid wars associated with the run}
#'  }
#'
#' @source \url{http://www.gamesdonequick.com}
"agdq2016_runs"
bkkkk/gdqData documentation built on May 12, 2019, 9:28 p.m.