Skip to content
Snippets Groups Projects
Commit 282443ec authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

update doc with roxygen2 v6

parent f0640723
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@
plot_friendlyts}
\usage{
plot_tbl_friendlyts(x, target, fromDate = NULL, toDate = NULL,
timeResolution = NULL, tzone = "UTC", name = NULL, width_mm = 200,
height_mm = 200, y_name = "Y-axis", DESKTOP = FALSE)
timeResolution = NULL, tzone = "UTC", name = NULL,
width_mm = 200, height_mm = 200, y_name = "Y-axis",
DESKTOP = FALSE)
}
\arguments{
\item{x}{object of class tbl_friendlyts}
......
......@@ -5,8 +5,8 @@
\title{ts_spread}
\usage{
ts_spread(df, col_date, col_key, col_target, precision = "second",
tzone = "UTC", date_type = c("friendlyts", "df_yymmdd_hhmmss", "posixlt",
"\%Y-\%m-\%d \%H:\%M:\%S", "\%Y-\%m-\%dT\%H:\%M:\%OSZ",
tzone = "UTC", date_type = c("friendlyts", "df_yymmdd_hhmmss",
"posixlt", "\%Y-\%m-\%d \%H:\%M:\%S", "\%Y-\%m-\%dT\%H:\%M:\%OSZ",
"\%Y/\%m/\%d \%H:\%M:\%S"))
}
\arguments{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment