Jayakrishnan AP Posted September 22, 2021 Share Posted September 22, 2021 TIBCO Enterprise Runtime for R returned an error (21) The data function 'Evolution' could not be executed. Error in aggregate.data.frame(x, ...) : no rows to aggregate eval(script, envir = .GlobalEnv) eval(script, envir = .GlobalEnv) withCallingHandlers({ aggregate(dfin$"volume", by = list(month = dfin$date), FUN = function(x) sum(x, aggregate.default(dfin$"volume", by = list(month = dfin$date), aggregate.data.frame(x, ...) stop("no rows to aggregate") Link to comment Share on other sites More sharing options...
Fabian Duerr Posted September 29, 2021 Share Posted September 29, 2021 Is this still an open question or did you solve it What looks a little bit strange to me is dfin$"volume". Here, I would expect dfin$volume (without the quotes). "volumne" doesn't look like a valid column name. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now