# First, create a script object.
# CRAN doesn't have Unity installed, so pass
# a waiver object to skip the Unity-lookup stage:
script <- make_script("example_script", unity = waiver())
# Then add any number of props to it:
script <- load_png(script)
# Then call `action` to execute the script!
Run the code above in your browser using DataLab