auto_make_runall_file: This makes a runall file from a directory that has r files

View source: R/auto_make_runall_file.R

auto_make_runall_fileR Documentation

This makes a runall file from a directory that has r files

Description

This makes a runall file from a directory that has r files

Usage

auto_make_runall_file(code_directory, out_file = "", send_to_clipboard = T)

Arguments

code_directory

Directory that has all the code (needs full name)

out_file

outout .R file

send_to_clipboard

if T, then output will be sent to clipboard

Value

This saves an .R file

Examples

auto_make_runall_file(code_directory = "C:/Users/hanno/Dropbox/Harvard/Projects/Newspapers/02_Code/", 
                     out_file = "02_Code/RUNALL_TEST.R")



hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.