I'm working on windows 7 pro. I need to append 2 datasets (same length and names(df1)==names(df2)) is always TRUE.
But, the following script generate an Error.
SCRIPT : order_us <- bind_rows(df1, df2)
ERROR : Error: Column Lineitem requires shipping can't be converted from factor to logical
In addition: There were 26 warnings (use warnings() to see them)
Lineitem requires shipping column looks like : TRUE / FALSE
However r_bind(df1, df2) works fine!
R.version:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 4.3
year 2017
month 11
day 30
svn rev 73796
language R
version.string R version 3.4.3 (2017-11-30)
nickname Kite-Eating Tree
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your response, I'm currently busy I promise to do it quickly.
Thanks
Le lun. 22 juil. 2019 à 09:29, Romain François <notifications@github.com> a
écrit :
Please reopen with a reprex.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4495?email_source=notifications&email_token=AMTXGF2QMJLAIBOUXDFQDXTQAVOWTA5CNFSM4IEOGVTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2PA2KQ#issuecomment-513674538>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMTXGF7H2QJVZQJU7OC5XB3QAVOWTANCNFSM4IEOGVTA>
.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Jan 18, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JoyceMbiguidi commentedJul 17, 2019
•
edited
I'm working on windows 7 pro. I need to append 2 datasets (same length and names(df1)==names(df2)) is always TRUE.
But, the following script generate an Error.
SCRIPT : order_us <- bind_rows(df1, df2)
ERROR : Error: Column
Lineitem requires shipping
can't be converted from factor to logicalIn addition: There were 26 warnings (use warnings() to see them)
Lineitem requires shipping column looks like : TRUE / FALSE
However r_bind(df1, df2) works fine!
R.version:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 4.3
year 2017
month 11
day 30
svn rev 73796
language R
version.string R version 3.4.3 (2017-11-30)
nickname Kite-Eating Tree
Thank you
The text was updated successfully, but these errors were encountered: