Skip to content

Commit

Permalink
add zero column note
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jun 27, 2019
1 parent 92d6aac commit 9913c92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ To install `rqdatatable` please use `install.packages("rqdatatable")`.

--

Note `rqdatatable` is intended for "simple column names", in particular as `rqdatatable` often uses `eval()` to work over `data.table` escape characters such as "`\`" and "`\\`" are not reliable in column names.
Note `rqdatatable` is intended for "simple column names", in particular as `rqdatatable` often uses `eval()` to work over `data.table` escape characters such as "`\`" and "`\\`" are not reliable in column names. Also `rqdatatable` does not support tables with no columns.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ To install `rqdatatable` please use `install.packages("rqdatatable")`.
Note `rqdatatable` is intended for “simple column names”, in particular
as `rqdatatable` often uses `eval()` to work over `data.table` escape
characters such as “`\`” and “`\\`” are not reliable in column names.
Also `rqdatatable` does not support tables with no columns.
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/ex_data_table.relop_drop_columns.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9913c92

Please sign in to comment.