diff --git a/R/data.R b/R/data.R new file mode 100644 index 0000000..c40852c --- /dev/null +++ b/R/data.R @@ -0,0 +1,5 @@ +#' Example output from \code{job_info(user = NULL, partition = "shared")} +#' +#' A tibble with 100 rows and 10 columns describing currently running jobs (at +#' the time of creation) +"job_info_df" diff --git a/man/job_info_df.Rd b/man/job_info_df.Rd new file mode 100644 index 0000000..b58242d --- /dev/null +++ b/man/job_info_df.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{job_info_df} +\alias{job_info_df} +\title{Example output from \code{job_info(user = NULL, partition = "shared")}} +\format{ +An object of class \code{tbl_df} (inherits from \code{tbl}, \code{data.frame}) with 100 rows and 10 columns. +} +\usage{ +job_info_df +} +\description{ +A tibble with 100 rows and 10 columns describing currently running jobs (at +the time of creation) +} +\keyword{datasets}