"Execute R code gives missing data for date values"
I have the following code in R Studio:

This gives the following results:

I have put the code in Execute R which is as follows:

This gives the following results set:

The dates have missing values?
Is it something to do with date formats in R and Rapid Miner? Please assist.
My XML code is as follows:
<?xml version="1.0" encoding="UTF-8"?>

This gives the following results:

I have put the code in Execute R which is as follows:

This gives the following results set:

The dates have missing values?
Is it something to do with date formats in R and Rapid Miner? Please assist.
My XML code is as follows:
<?xml version="1.0" encoding="UTF-8"?>
Find more posts tagged with
Sort by:
1 - 8 of
81
That looks like a date format in in type long.
https://community.rapidminer.com/discussion/46641/rapidminer-operator-to-convert-into-date
https://community.rapidminer.com/discussion/46641/rapidminer-operator-to-convert-into-date
I am not sure @varunm1 but it is not the first time that I have seen dates that look like that. I will take a look later. There might be something else going on. I used this site to convert the time stamp and it does not look right even though it has the correct number of digits.
https://www.timestampconvert.com/?go2=true&offset=-2×tamp=292278994&Submit=++++++Convert+to+Date++++++
https://www.timestampconvert.com/?go2=true&offset=-2×tamp=292278994&Submit=++++++Convert+to+Date++++++
Sort by:
1 - 1 of
11
That looks like a date format in in type long.
https://community.rapidminer.com/discussion/46641/rapidminer-operator-to-convert-into-date
https://community.rapidminer.com/discussion/46641/rapidminer-operator-to-convert-into-date
There is a similar discussion below with an accepted answer. Please go through below thread and see if it is helpful.
https://community.rapidminer.com/discussion/54579/execute-r-date-missing-in-output
Thanks