The spud package aims to give researchers and app developers an easy way to visualize and analyze how and where people use a given service.
Get started with spud using the read.spud
method on the dummy data provided
with the package. Run read.spud("dummy_data.csv")
and try out any of the
main exposed methods:
- plot_usage_actions_leaflet
- plot_usage_actions_mapview
- plot_user_path
Alternatively use the data to initialize a spud class.
There are two classes included in spud, App and User, which represent an application and its users, respectively. See the relevant documentation pages for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.