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

Try the Przewodnik package in your browser

Any scripts or data that you put into this service are public.

Przewodnik documentation built on May 1, 2019, 10:12 p.m.