if (FALSE) { # interactive()
# Get list of repositories
repositories <- repos("my-organization")
# Deploy files
results <- file_deploy("local/file.R", "remote/file.R", repositories)
# Explicitly print the summary
print(results)
}
Run the code above in your browser using DataLab