Help access Momocs website (Momocs_website) and online help (Momocs_help), last released function (Momocs_currentCRANversion), last development version on GitHub (Momocs_currentGitHubversion), install the latter (Momocs_installlastversion) , know the currently installed version (Momocs_installedversion`).

Momocs_installedversion()

Momocs_installlastversion()

Momocs_currentGitHubversion()

Momocs_currentCRANversion()

Momocs_help(topic = NULL)

Momocs_website()

Arguments

topic

character quoted function name for which you want to browse online help

Examples

# NOT RUN {
Momocs_website()
Momocs_help("efourier")
Momocs_currentCRANversion()
Momocs_currentGitHubversion()
Momocs_installlastversion()
Momocs_installedversion
# }