Select columns from one dataframe based on the column spec of a second dataframe
Source:R/utils.R
select_like.Rd
Select columns from one dataframe based on the column spec of a second dataframe
Value
The result of calling dplyr::select()
on
df
, raising an error if not all of the columns from
template_df
can be found.