Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
friendlyts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RfriendlyTS
friendlyts
Commits
282443ec
Commit
282443ec
authored
6 years ago
by
Jean-Marie Lepioufle
Browse files
Options
Downloads
Patches
Plain Diff
update doc with roxygen2 v6
parent
f0640723
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/plot_tbl_friendlyts.Rd
+3
-2
3 additions, 2 deletions
man/plot_tbl_friendlyts.Rd
man/ts_spread.Rd
+2
-2
2 additions, 2 deletions
man/ts_spread.Rd
with
5 additions
and
4 deletions
man/plot_tbl_friendlyts.Rd
+
3
−
2
View file @
282443ec
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
man/ts_spread.Rd
+
2
−
2
View file @
282443ec
...
...
@@ -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{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment