product | R Documentation |
This dataset contains detailed information about products, including their identifiers, attributes, pricing, and categorization.
product
A data frame with multiple rows and 14 columns:
integer
. Unique identifier for the product.
character
. Internal or SKU code for the product.
character
. Name of the product.
character
. Name of the product manufacturer.
character
. Brand associated with the product.
character
. Color of the product.
character
. Unit of measurement for weight (e.g., "kg", "lb").
numeric
. Weight of the product in specified units.
numeric
. Cost price of the product.
numeric
. Selling price of the product.
integer
. Unique identifier for the product category.
character
. Name of the product category.
integer
. Unique identifier for the product sub-category.
character
. Name of the product sub-category.
Generated from fpaR::product
## Not run:
data(product)
head(product)
summary(product)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.