Open Gutschlhofer opened 5 years ago
Whenever joining tables like product or region, make sure to only choose the columns that are actually needed instead of select(-unwanted_column) them later.
product
region
select(-unwanted_column)
this is the case for the app (i.e. server.R ) already
app
server.R
Whenever joining tables like
product
orregion
, make sure to only choose the columns that are actually needed instead ofselect(-unwanted_column)
them later.