store | R Documentation |
This dataset contains information about stores, including their identifiers, geographic details, operational status, and physical attributes.
store
A data frame with multiple rows and 11 columns:
integer
. Unique identifier for the store.
character
. Internal code assigned to the store.
integer
. Unique identifier for the geographic area.
character
. ISO country code (e.g., "US", "DE").
character
. Full name of the country where the store is located.
character
. State or region where the store is located.
Date
. Date when the store was opened.
Date
. Date when the store was closed (if applicable).
character
. Additional details or notes about the store.
numeric
. Store size in square meters.
character
. Current operational status of the store (e.g., "Open", "Closed").
Generated from fpaR::store
## Not run:
data(store)
head(store)
summary(store)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.