I AM NOT ABLE TO UNDERSTAND SQL EQUIVALENT STATEMENT FOR DPLYR CODES

后端 未结 0 1808
不思量自难忘°
不思量自难忘° 2020-12-14 01:34

What is the equivalent SQL statement for the following dplyr code

df %>%
  select(c(patient_id, patient_name)) %>%
  rename(ID = patient_id, Name = pati         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题