You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/database.R
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
#' - `customer`: Contains customer demographic and geographic information.
14
14
#' - `store`: Contains information about store locations and attributes.
15
15
#' - `fx`: Contains foreign exchange rate data for currency conversion.
16
-
#' - `date`: Contains various date-related information, including day, week, month, and year.
16
+
#' - `calendar`: Contains various date-related information, including day, week, month, and year.
17
17
#' - `con`: the duckdb connection to your database
18
18
#'
19
19
#' You can choose to store the database in memory or in a temporary directory. If you choose "temp", the database will be created in a temporary file on disk. If you choose "in_memory", the database will be created entirely in memory and will be discarded after the R session ends.
@@ -27,7 +27,7 @@
27
27
#' - `fx`
28
28
#' - `store`
29
29
#' - `orderrows`
30
-
#' - `date`
30
+
#' - `calendar`
31
31
#'
32
32
#' @examples
33
33
#' # Create a DuckDB version of Contoso datasets stored in memory
0 commit comments