Joshua Ulrich

Results 269 comments of Joshua Ulrich
trafficstars

Thanks for your thoughts. Making `getSymbols()` always return a list would break **a lot** of code, so that's not an option. I prefer (1) and I like the idea of...

Thanks for the suggestion. Whatever we do here should be done for `getSplits()` too.

Please try the change on the `369-getdividend-column-name` branch and let me know what you think. It seems to do what you want: ```r stocks fortify.zoo(melt = TRUE, names = c("date",...

Good point. What do you think about changing the arg to `suffix = ".div"`? Then you could set `suffix = ""` to omit it. Then this would do what you're...

@ggrothendieck what do you think of the latest commit on this branch? ```r R$ "AAPL" |> quantmod::getSplits(colname.suffix = "") AAPL 1987-06-16 0.5000000 2000-06-21 0.5000000 2005-02-28 0.5000000 2014-06-09 0.1428571 2020-08-31 0.2500000...

@ggrothendieck any feedback on this before I merge?

I'm closing this because we don't have a reproducible example and/or evidence that this is something that can be fixed by a change in quantmod.

Closing this as not planned because it would be a lot of work to figure out the best way to do this in a comprehensive, cross-platform way. And it would...