# NOT RUN {
# establish a connection to the alfresco content repository
my_session <- alf_session("alfresco.my-org.com", "admin", "admin")
# output the server URL
print(my_session$server)
#[1] "alfresco.my-org.com"
# output the connection ticket
print(my_session$ticket)
#[1] "xxx-xxx-xxx-xxx"
# }
Run the code above in your browser using DataLab