Assignment 4: part e- convert to strings

Re: Assignment 4: part e- convert to strings

by Mahnoor Hamid -
Number of replies: 0
in as.character(), the bracket should say dataframe$column because you are slicing your dataframe for a specific column to turn into a string. Remember a string is like beads on a thread so something like 1 2 3 4 5 is a string with 10 beads (you count the spaces, dashes, etc)