A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://winvector.github.io/rquery/reference/drop_columns.html below:

Make a drop columns node (not a relational operation). — drop_columns • rquery

Note: must keep at least one column.

drop_columns(source, drops, ..., strict = FALSE, env = parent.frame())
Arguments source

source to drop columns from.

drops

list of distinct column names.

...

force later arguments to bind by name

strict

logical, if TRUE do check columns to be dropped are actually present.

env

environment to look to.

Value

drop columns node.

Examples

#> mk_td("d", c( #> "AUC", #> "R2")) %.>% #> drop_columns(., #> c('AUC')) #> SELECT #> `R2` #> FROM ( #> SELECT #> `R2` #> FROM #> `d` #> ) tsql_95055157526764533838_0000000000 #> R2 #> 1 0.2


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4