Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
192931c77b932863978e3b2f16a216103b7ce2e8
192931c77b932863978e3b2f16a216103b7ce2e8
Switch branch/tag
airgr
tests
testthat
helper_seriesaggreg.R
Find file
Normal view
History
Permalink
helper_seriesaggreg.R
86 Bytes
Edit
Web IDE
Newer
Older
feat: open SeriesAggreg to any function
Dorchies David
committed
Jan 08, 2021
1
2
3
sample2
<-
function
(
x
)
{
sample
(
x
,
2
)}
stringFunction
<-
function
(
x
)
{
format
(
max
(
x
))}