Message-ID: <70da42ce-95d3-ab61-b882-4a6af05014e4@gmail.com>
Date: 2016-12-01T20:10:06Z
From: Duncan Murdoch
Subject: Identifying Gender
In-Reply-To: <824423988.5512390.1480621226455@mail.yahoo.com>
On 01/12/2016 2:40 PM, Saba Sehrish via R-help 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?
There was a package called genderNames on CRAN for a couple of months,
but the maintainer abandoned it. You could recover it from the CRAN
archive and see if you can get it to build.
Look for it in <https://cran.r-project.org/src/contrib/Archive>.
Duncan Murdoch