welcome: Welcomes new users to package with basic information, option...

View source: R/welcome.r

welcomeR Documentation

Welcomes new users to package with basic information, option to reset user's working environment

Description

Welcomes users to RCPA3 package for An R Companion to Political Analysis, 3rd Edition and provides basic information about using Companion functions and datasets.

Usage

welcome(reset = FALSE)

Arguments

reset

(Optional) Do you want to remove objects from your workspace and restore default graphical parameters? Default is FALSE. Removing workspace objects and restoring default graphical parameters can help undo some unintended side-effects of past work.

Value

No value returned

RCPA3 Package Tutorial Videos

Textbook Reference

  • Philip H. Pollock and Barry C. Edwards, An R Companion to Political Analysis, 3rd Edition (Thousand Oaks, CA: Sage Publications, Forthcoming 2022), Chapter 1.

Online Resources

Examples

 
  library(RCPA3)
  
  # Welcome message from RCPA3 package.
  ## Not run: 
  welcome()
  
## End(Not run)

RCPA3 documentation built on May 29, 2024, 12:19 p.m.

Related to welcome in RCPA3...