ok sounds good! that gh-page would be awesome.
On 30 August 2014 21:38, John Myles White <[email protected]> wrote: > I think we should find a better home for that material. There’s also a > more up-to-date list in this Google Doc: > https://docs.google.com/spreadsheet/ccc?key=0Ai9cmDERDCGgdDJ6VDQtQjBGWm5LTzh6R0lRNHY1RVE&usp=sharing > > I’d prefer setting up a special website (possibly using Github Pages) that > houses information for R users coming to Julia. That way we’d be able to > house more than just spreadsheets. > > — John > > On Aug 30, 2014, at 4:35 AM, Florian Oswald <[email protected]> > wrote: > > thanks john. > say, I would find a comprehensive "Julia dictionary for R users" extremely > helpful. your https://github.com/johnmyleswhite/JuliaVsR seems just the > perfect place for this. would you accept PRs that add for example > > R julia > cut DataArrays.cut > > to the readme.md? > I realize you set this up for Base Julia and probably with performance > comparisons in mind. Also there may be situations where several > packages/functions do the same thing. But it's hard for the user to find > find simple things like that I think. let me know what you think. > > > > > On 29 August 2014 22:29, John Myles White <[email protected]> > wrote: > >> DataArrays has a cut function. >> >> -- John >> >> On Aug 29, 2014, at 11:17 AM, Florian Oswald <[email protected]> >> wrote: >> >> hi >> >> what's the julia equivalent of this R call? i don't need the levels and >> labels, just some kind of grouping index. >> >> > cut(sample(1:10,10,TRUE),c(0,3,6,10)) >> >> [1] (3,6] (6,10] (0,3] (6,10] (3,6] (6,10] (0,3] (0,3] (3,6] (3,6] >> >> Levels: (0,3] (3,6] (6,10] >> >> >> > >
