Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


From the below data-set, extract only those values where age>60 and sex=”f”.



From the below data-set, extract only those values where age>60 and sex=”f”...

Answer / Sudhir Saini

```Rnndata %>% filter(age > 60, sex == 'f') n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Which function is used to create a histogram visualisation in r programming language?

1 Answers  


Why are the VCD and lattice packages used?

1 Answers  


Is R is a slow language?

1 Answers  


Differentiate between library() and require()?

1 Answers  


What are connections In R?

1 Answers  


What is R?

1 Answers  


What is more functions in r and name them?

1 Answers  


What is data mining and what data miners do in R?

1 Answers  


Explain if control statements in r?

1 Answers  


Mention what does not ‘R’ language do?

1 Answers  


What are the different components of grammar of graphics?

1 Answers  


Explain an extended example of connections?

1 Answers  


Categories