How i can import script in R to powerBI? -


good morning need import script in r powerbi when execute code: library(rvest)

> library(httr) > sess <- html_session("http://www.atb.com.tn/", user_agent("mozilla/5.0 (macintosh; intel mac os x 10_11_3) applewebkit/537.36 (khtml, gecko) chrome/49.0.2623.39 safari/537.36")) > pg <- jump_to(sess, "http://www.atb.com.tn/devise") > dat <- content(pg$response, as="parsed") > mydata= html_table(html_nodes(dat, "table")[[2]], header=true) 

i error message: détails : « ado.net : erreur du script r. le chargement nÚcessitÚ le package : xml2 erreur : '>' inattendu(e) in ">"


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -