danielleos90 / stackoverflow_insights

1 stars 1 forks source link

Create subset using country and formal education #8

Closed danielleos90 closed 6 years ago

amonksy commented 6 years ago

completed using following code

sub <- data.frame(results$Country, results$FormalEducation) names(sub) <- c("Country", "Foraml Education") View(sub)