View source: R/matchColClasses.R
matchColClasses | R Documentation |
This function allows you to match the column classes of two data frames. This function requires package base. This function does not require user input. Source: https://stackoverflow.com/questions/49215193/r-error-cant-join-on-because-of-incompatible-types
matchColClasses(df1, df2)
df1 |
A data frame |
df2 |
A data frame |
df2 with corrected column classes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.