create_script_file {scriptexec}R Documentation

Creates a temporary file, writes the provided script content into it and returns the file name.

Description

Creates a temporary file, writes the provided script content into it and returns the file name.

Usage

create_script_file(script = "")

Arguments

script

The script text

Value

The temporary file name

Examples

filename <- create_script_file('echo test')

[Package scriptexec version 0.3.1 Index]