Description Usage Arguments Value Note References Examples
Lookup basic time and geography dimensions. You can use it on your own dataset. Be aware you need to have date # Date type and country # character type columns in fact table DT.
1 |
DT |
data.table a fact table. |
data.table fact table including time and/or geography dimension (depending on the input columns).
Required fields date and country can be also data types which can be directly converted using as.character and as.Date. See references for geography dim key details.
http://dev.maxmind.com/geoip/legacy/codes/iso3166/
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.