Skip to content
Prev 377986 / 398502 Next

Accessing Data Frame

There are some people who agree with you... see the data.table package, which can be made to behave like this.

Keep in mind that the aCard data frame in general may have a different set of column names or more than one row. (I would be concerned that the logic of your application was inefficiently designed if `deck` actually has the same columns as `aCard` as in your example.) Others have pointed out that data frames are typically combined using the merge function, which allows matching columns to be specified very flexibly.
On January 3, 2019 6:50:22 AM PST, Benoit Galarneau <benoit.galarneau at polymtl.ca> wrote: