Learn R Programming

codelist (version 0.1.0)

objectsales: Example data set to demonstrate working with code lists

Description

Contains fictional data with sales of various types of objects.

Arguments

Format

Data frame with 100 records and 4 columns.

Details

  • product the code used for the object. Corresponds to codes in objectcodes.

  • unitprice price per object.

  • quantity number of objects sold.

  • totalprice total price of sold objects.