Created
September 26, 2025 10:17
-
-
Save thanhyds1998/e0c9c496129311b3f437b1d639850492 to your computer and use it in GitHub Desktop.
Dplyr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Delete a variable | |
M2SGS_disc <- M2SGS %>% select(-DISTANCE_BDX) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment