# NOT RUN {
data(Enron)
write.table(Enron, file="Enron.csv",row.names=FALSE,col.names=FALSE, sep=",")
file = "Enron.csv"
# Provide the user token, which is provided on "developers" page
# of http://linkage.fr (after registration)
token = "xxxxxxxxxxxxxxxxxxxx"
# Post the job
job_id = linkage.post(file, token, job_title="My job: Enron",
clusters_min = 8, clusters_max = 8,
topics_min = 6,topics_max = 6,
filter_largest_subgraph = TRUE)
# Monitor achievment of the current job
ans = linkage.check(token)
# Retrieve results (once achievment is 100<!-- %) -->
res = linkage.getresults(job_id,token)
# Plot the results
plot(res,type='all')
# }
Run the code above in your browser using DataLab