search for: needconv

Displaying 3 results from an estimated 3 matches for "needconv".

2024 Jun 28
2
write.csv problems
...ow(x)), xP, length) : # arguments must have same length "write.csv" works with some objects of class c('findFn', 'data.frame') but not others. I have 'findFn' object with 5264 rows that fails with the following error: Error in `[<-.data.frame`(`*tmp*`, needconv, value = list(Count = c("83", : replacement element 1 has 526 rows, need 5264 I have NOT yet been able to reproduce this error with a smaller example. However, starting 'write.csv' with something like the following should fix all these problems: if(is.data.frame(x))...
2024 Jun 29
1
write.csv problems
...same length > > > ????? "write.csv" works with some objects of class c('findFn', > 'data.frame') but not others. I have 'findFn' object with 5264 rows that > fails with the following error: > > > Error in `[<-.data.frame`(`*tmp*`, needconv, value = list(Count = > c("83",? : > ? replacement element 1 has 526 rows, need 5264 > > > ????? I have NOT yet been able to reproduce this error with a smaller > example. However, starting 'write.csv' with something like the following > should fix all...
2024 Jun 29
1
write.csv problems
...t; >> ?????? "write.csv" works with some objects of class c('findFn', >> 'data.frame') but not others. I have 'findFn' object with 5264 rows >> that fails with the following error: >> >> >> Error in `[<-.data.frame`(`*tmp*`, needconv, value = list(Count = >> c("83",? : >> ?? replacement element 1 has 526 rows, need 5264 >> >> >> ?????? I have NOT yet been able to reproduce this error with a smaller >> example. However, starting 'write.csv' with something like the >>...