inst/app/examples/basics.md

#access the full dataframe loaded into ODMtools

DataValues()

#retrieve values selected in the plot (only when plotting < 100,000 points)

Selected()

#write any modifications back to the dataframe

Upsert()

#example

Selected() %>%  
  mutate(DataValue = DataValue + 10,  
    QualifierID = 106) %>%  
    Upsert()


KrisMihKahNull/ODMr2 documentation built on Dec. 18, 2021, 3:37 a.m.