increment | R Documentation |
Increment the count for a given path.
increment_data(con, path)
update_data(con, date, id, count)
create_data(con, date, id)
con |
Database connection. |
path |
Path to increment |
This is used to increment the 'data' table at every redirect. We only store the 'url_id', the 'date', and the 'count'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.