set_wd_here: Sets the working directory to the folder holding the script...

Description Usage Details Examples

Description

1. You are using RStudio, and 2. You run it directly from a script instead of the console or a source file.

Usage

1

Details

It is intended to go at the start of data processing files

Examples

1
2
3
4
5
6
7
## Not run: 
# Data processing for FPDS 3.0
library(tidyverse)
library(csis360)
set_wd_here()

## End(Not run)

CSISdefense/hamre documentation built on May 31, 2019, 7:58 a.m.