# NOT RUN {
#Get all formats available from the currently installed libraries
formats <- get_formats()
print(formats)
#For example, use the output as input to animate_move() out_format argument
out_format <- formats[1]
# }
# NOT RUN {
#Get formats provided by specifc tool
formats <- get_formats(tool = "convert")
# }
Run the code above in your browser using DataLab