# NOT RUN {
my_project <- gl_project_connection(project = "example-project", ...) ## fill in login parameters
my_project(gl_push_file, "data/test_data.csv",
content = readLines("test-data.csv"),
commit_message = "New test data")
# }
Run the code above in your browser using DataLab