About 32,000 results
Open links in new tab
  1. getURL function - RDocumentation

    getURLContent has been added as a high-level function like getURL and getBinaryURL but which determines the type of the content being downloaded by looking at the resulting HTTP …

  2. 7 Ways to Extract the URL from a Hyperlink in Microsoft Excel

    Sep 22, 2025 · Add the above code into the VBE. Function GetURL(cell As Range) GetURL = cell.Hyperlinks(1).Address End Function This code will create a custom function that returns …

  3. Excel GetUrl () · GitHub

    You can use a macro: Open up a new workbook. Get into VBA (Press Alt+F11) Insert a new module (Insert > Module) Copy and Paste the Excel user defined function below Get out of …

  4. getURL () R function from [RCurl] | R PACKAGES

    There are a myriad of options that can be specified using the `...` mechanism to control the creation and submission of the request and the processing of the response. `getURLContent` …

  5. R: Download a URI

    getURLContent has been added as a high-level function like getURL and getBinaryURL but which determines the type of the content being downloaded by looking at the resulting HTTP …

  6. R: Download a URI

    getURLContent has been added as a high-level function like getURL and getBinaryURL but which determines the type of the content being downloaded by looking at the resulting HTTP …

  7. getURL: Download a URI in RCurl: General Network …

    getURLContent has been added as a high-level function like getURL and getBinaryURL but which determines the type of the content being downloaded by looking at the resulting HTTP …

  8. GetUrl () · GitHub

    I have tested dropping the code from GetURL and GetURL1 into small test scripts and both work perfectly for me on Chrome but do not return any URL on Firefox. Not sure what may be at …

  9. getURL function - RDocumentation

    getURL: Copy of RCurl:::getURL () including a little bugfix for the .encoding parameter. Description For the full description of getURL refer to getURL. Usage getURL(url, ..., .opts = …

  10. getUrl function - RDocumentation

    getUrl: getUrl Description Retrieve the URL used to perform an Entrez E-Utilities query. Usage getUrl(x, ...) "getUrl"(x, ...)