Learn R Programming

RCPA3 (version 1.3.1)

welcome: 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)

Value

No value returned

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.

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

Run this code
 
  library(RCPA3)
  
  # Welcome message from RCPA3 package.
  if (FALSE) {
  welcome()
  }

Run the code above in your browser using DataLab