How to safely import timestamps with Nanosecond precision
问题 I’ve discovered this morning that bulk of timestamp formats in R seem to be posix.ct class based, which seems to be risky for use with nano second timestamps due to rounding and accumulation errors. Is this true? If so, What packages and processing steps are needed to safely import timestamps in nano seconds precision - probably from csv files? (Preferably staying with packages within tidyverse) Output Visual tools used currently are ggplot2 , plotly, and d3 回答1: We wrote a package for that: