Question: Write a single line of code that will extract from mydataframe just the names and ages of any records where the individual is female and
Use your knowledge of handling character strings in R to extract all records from mydataframe that correspond to people whose names start with S. Hint: Recall substr from Section 4.2.4 (note that substr can be applied to a vector of multiple character strings).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
