Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
it is possible to send sms messages with r like this
library(httr)
AUTH_ID="MAMJJIMWxxxxxxxxxxxxx"
AUTH_TOKEN="YTVmMzc0ZTY2OThmZjJmYjxxxxxxxxxxxxxxxxxxxx"
message<-"Hi.. How r u ??"
url="https://api.plivo.com/v1/Account/MAMJJIMWU0NJK1MDZMNT/Message/"
POST(url,authenticate(AUTH_ID,AUTH_TOKEN),body=list(src="9191xxxxxxxxxxx",dst="91798xxxxxxxxxx",text=message))
AUTH_ID="MAMJJIMWxxxxxxxxxxxxx"
AUTH_TOKEN="YTVmMzc0ZTY2OThmZjJmYjxxxxxxxxxxxxxxxxxxxx"
message<-"Hi.. How r u ??"
url="https://api.plivo.com/v1/Account/MAMJJIMWU0NJK1MDZMNT/Message/"
POST(url,authenticate(AUTH_ID,AUTH_TOKEN),body=list(src="9191xxxxxxxxxxx",dst="91798xxxxxxxxxx",text=message))
But is there any way to receive sms messages?
I don't see why not. I've used the same method with Python a couple of times in the past for a project, and it worked out the same way. You could probably even do something similar with the Twitter API to automate posts etc.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
In performing network analysis, I want to plot network graph on maps. Ggmap seems the first choice, but it require API access.
Is there any free and equivalent/alternative (to ggmap) options that don’t require API access?
Thank you.
Open Street Map should suit your needs. Here is a package for it: https://cran.r-project.org/web/packages/OpenStreetMap/index.html. More information: https://wiki.openstreetmap.org/wiki/OSM_Scientific_Tools
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there a function or package to take a screenshot of your desktop?
I understand there are packages like webshot, RSelenium, and SeleniumPipes to take screenshots of the browser, but I'd like a way in R to interact with my OS's native screen capture utility (or ImageMagick's Import function) to take a screen capture of my desktop at command and save it locally.
Given comments, there may be a way to do this with a system call, but cannot seem to find any examples of this anywhere.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am new to R.Net. I want to make a sample application that reads an Rcode and executes it to show the results to the user. Can anyone please suggest me some good tutorials to learn R.Net?
These are good resources for Learning R.NET
https://rdotnet.codeplex.com/
https://msdn.microsoft.com/en-us/magazine/mt238409.aspx
https://www.reddit.com/r/dotnet/
http://jmp75.github.io/rdotnet/
https://www.visualstudio.com/vs/rtvs/
Refer the following pages for the R.Net Tutorials
https://www.tutorialspoint.com/r/
https://www.rstudio.com/online-learning/
https://rdotnet.codeplex.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any package or API through which I can import the data form Google Play Store to R. I want to import the data for ratings, reviews about my app.
How about rvest? I have tried it on IMDB and it worked great. Google Play Store seems to follow roughly the same format. It should work.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I would like to get Facebook ad spend data into R for analysis. This is similar to data about adspend that is available from Google Analytics (metric ga:adCost).
I read about the package Rfacebook but I dont think it supports this data retrieval.
Is there any other package or way to get this data into R? I am not familiar with Java etc, so it would be a pity if this can't be done in R.
Thanks
this seems to be what you are working for:
https://github.com/cardcorp/fbRads
slides and examples are here:
https://drive.google.com/file/d/0ByjOYacj5XqBWHlwWUdJcjdrSDQ/view