“check_that” function for type checking in R

后端 未结 0 1841
悲&欢浪女
悲&欢浪女 2020-12-04 01:11

I wanted to use "check_that" function to check the type of my "Date" column:

df %>% check_that((as.Date(Dates, "%m/%d/%Y")))          


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