powered by
Creates a temporary file, writes the provided script content into it and returns the file name.
create_script_file(script = "")
The script text
The temporary file name
# NOT RUN { filename <- create_script_file('echo test') # }
Run the code above in your browser using DataLab