Displaying 1 result from an estimated 1 matches for "dfcity".
2011 Oct 13
2
Comparing the components of a data frame without levels interfering
*Bottom Line: How can I compare the individual components of two data frames
with different row lengths without the levels interfering?*
Example: I have two data frames to those respectively named 'dfCity' and
'dfState' that have the following output:
dfCity
Name City
1 Bill Detroit
2 Jody Chicago
3 Frank Memphis
4 Ron Houston
dfState
Name State
1 Bill Michigan
2 Frank Tennessee
I have an if statement that...