matt-dray / tide

:ocean::pencil: R package: edit a data.frame in a spreadsheet-like editor, get code to reproduce it
https://www.rostrum.blog/2022/04/27/tide/
Other
7 stars 0 forks source link

Understand and handle NAs #9

Open matt-dray opened 3 months ago

matt-dray commented 3 months ago

How is NA interpreted by edit() when typed in? Does it resolve to NA_numeric_ for doubles, for example? Or is recognised as the string "NA"? Correctly interpret and handle NAs.

Also referred to in #8.