我正在使用Rrd軟件包進行R,我正在導入rrd文件,並且希望刪除所有具有NaN的記錄。 head(rra)
timestamp curr_proc_units entitled_cycles capped_cycles
1480982460 2016-12-05 18:01:00 NaN NaN NaN
1480982520 2016-12-05 18:02:
E.g. I have following code,
our $timeseries = {
_type => 'array',
_pdpstep => 300, # Time resolution
_heartbeat => 700, # Time of loss before going to Unknown
_storage => 'day',