JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

add adehabitatLT datasets #23

Closed nignatiadis closed 10 years ago

nignatiadis commented 10 years ago

As discussed in #22. Turns out that the adehabitatLT package provides a function (ld) for converting those ltraj objects to data frames (basically adds an ID column, as I wanted to do, and a burst column), so I used that.

The datasets function was still using String notation to index the DataFrame, so I changed that to a Symbol.

johnmyleswhite commented 10 years ago

Looks good to me. Just to check: you've added the ID columns to each table and then added the modified tables?

nignatiadis commented 10 years ago

I did the following:

johnmyleswhite commented 10 years ago

Great. That sounds like the right approach.