welcome {RCPA3} | R 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
-
Complete Playlist of RCPA3 Package Tutorial Videos, includes video for this function and many more.
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
-
R Tutorials & Resources for Getting Started with R, Compiled by Barry C. Edwards
-
Sage Edge Resources for Political Analysis Series, for streaming videos, flashcards, and more student resources for textbooks by Pollock and Edwards, from Sage Publications.
Examples
library(RCPA3)
# Welcome message from RCPA3 package.
## Not run:
welcome()
## End(Not run)