> On 1 Dec 2016, at 22:40, Saba Sehrish via R-help <r-help@r-project.org> wrote: > > Hi > I have a csv file of Names based on male and female managers. Is there some > code in R to identify the gender by names? > ThanksSaba >
A simple google search gives the what you are after [1]. But I think it works only for English names. Consider this before use. 1- https://cran.r-project.org/web/packages/gender/index.html ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.