Description Usage Arguments Value Author(s) See Also
mysql_query
is a simple wrapper around RMySQL that allows a useR to query the dbs on
analytics-store.eqiad.wmnet.
1 | mysql_query(query, db, dt = TRUE)
|
query |
the SQL query you want to run. |
db |
the name of the database you want to run the query against. |
dt |
whether to return the results as a data.table. TRUE by default. |
A data.frame or data.table containing the results of the query.
Oliver Keyes <okeyes@wikimedia.org>
global_query
for querying multiple "production" databases in
analytics-store.eqiad.wmnet with a common query, mw_strptime
for converting
MediaWiki timestamps into POSIXlt timestamps, mysql_delete
for removing rows
from a table that match a set of conditions, mysql_exists
for checking the existence
of a table, or mysql_write
for writing to a table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.