R/auta.R

#' Auta Dataset
#'
#' A subset of an auta2012 dataset from the package PogromcyDanych.
#'
#' The subsequent columns describe:
#' \itemize{
#' \item Marka Brand of the car
#' \item Model Model of the car
#' \item Cena Price
#' \item KM Horse power
#' \item Pojemnosc Volume of the engine
#' \item Przebieg Mileage
#' \item Paliwo Type of fuel
#' \item Produkcja Year of production
#' }
#'
#' @docType data
#' @keywords datasets
#' @name auta
#' @usage data(auta)
#' @examples
#' library("Przewodnik")
#' summary(auta)
#' @import PBImisc
#' @import PogromcyDanych
#' @format a data.frame with 2400 rows and 8 columns
#'
NULL
pbiecek/PrzewodnikPakiet documentation built on May 24, 2019, 10:36 p.m.