Hello,
I have a table of data with numbers and some NA() values. I need to find a way to copy the rows with no NA() into another columns. Something like this:
<tbody>
A
B
1
01/01/01
10
2
01/02/13
#NA
3
5/06/14
3
4
01/01/16
#NA
5
05/09/19
4
6
05/3/20
5
</tbody>
I should copy...