Questions tagged [browse-url]

The URL to be navigated in a browser.

The URL to be navigated in a browser.

5 questions
1
vote
1 answer

How to get proper encoding using browseURL()?

I'm basically trying to browse a URL with japanese letters in it. This question builds up on my first question from yesterday. My code now generates the right URL and if I just take the URL and put into my browser I get the right result, but if I…
Sket
  • 27
  • 1
  • 6
0
votes
0 answers

shiny: display graph in new browser tab

I have a shiny app for plotting graph. I've added an action button that, when clicked, opens the graph in a new browser tab. The problem is, the graph only appears in the new tab if I exit the app. I've created an html file for the graph and saved…
0
votes
2 answers

Launch web browser and copy information contained R

I'm trying to find a way to copy-paste the title and the abstract from a PubMed page. I started using browseURL("https://pubmed.ncbi.nlm.nih.gov/19592249") ## final numbers are the PMID now I can't find a way to obtain the title and the abstract in…
PersianK
  • 87
  • 6
0
votes
1 answer

Use browseURL but let URL be variable from some point

I'm trying to use the browseURL() command for opening different filenames of one website from my data-frame. My problem is, I don't have the full URL inside my columns but rather just the part after the hostname (the filename). Now, can I somehow…
psyph
  • 291
  • 1
  • 10
0
votes
1 answer

The R function browseURL does nothing when the url is file download

I am trying to open a url in a browser in MAC attempting to save a file. For example, the following link when opened in a browser will download a cvs file from google trends. However if I use the function browseURL, it does not open anything or…
ruthy_gg
  • 337
  • 3
  • 11