#' @title namesex: Predict sex of person based on first name
#'
#' @name namesex-package
#' @aliases namesex
#'
#' @description Predict sex of the person based on the first name. The package currently
#' supports Indian and Brazilian names. Package supports three ways of learning the sex of the
#' person: raw data of brazilian and indian politicians, and one ML model based off
#' the name data.
#'
#' To learn how to use namesex, see this vignette: \url{vignettes/namesex.html}.
#'
#' @importFrom utils read.table
#' @import namesexdata
#' @import glmnet
#' @import dummies
#' @docType package
#' @author Gaurav Sood and Luke Sonnet
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.