Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to select all the records above a specific datetime in r

with(df, df[(date >= "2008-01-02" & date <= "2008-01-05") | 
                                 (date >= "2008-01-09" & date <= "2008-01-11"), ])
 
PREVIOUS NEXT
Tagged: #select #records #specific #datetime
ADD COMMENT
Topic
Name
4+9 =