create_script_file {scriptexec} | R Documentation |
Creates a temporary file, writes the provided script content into it and returns the file name.
create_script_file(script = "")
script |
The script text |
The temporary file name
filename <- create_script_file('echo test')