requests {FastRWeb} | R Documentation |
FastRWeb asynchronous (AJAX) requests
Description
arequests
creates an anchor object representing AJAX request to load elements of the document dynamically
Usage
arequest(txt, target, where, ..., attr = "")
Arguments
txt |
text (or any HTML content) inside the anchor |
target |
URI to load |
where |
name of the element (usuall a |
... |
additional parameters to the request |
attr |
additional attributes for the anchor |
Value
Returns an object that can be added to the HTML document.
[Package FastRWeb version 1.2-1 Index]