Skip to content
Commit 278e161c authored by jrnold's avatar jrnold
Browse files

Fix bugs when tibble input

This is hack to ensure that `[` will work even if the input data is a `tbl_df`. Right now much of the code assumes that `drop = TRUE` is the default for `[`, while `tbl_df` do not drop dimensions when subsetting. This was brought up in #6, but this PR fixes it.
parent 2cd1efb6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment