knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library("metricminer")
Read more about the calendly API docs here.
get_calendly_user()
returns this type of data.
get_example_data("calendly_user") class(calendly_user) str(calendly_user)
list_calendly_events()
returns this type of data.
get_example_data("calendly_events") class(calendly_events) str(calendly_events)
Read more about the GitHub API here.
get_github_user()
returns this type of data.
get_example_data("gh_user") class(gh_user) str(gh_user)
get_user_repo_list()
returns this type of data.
get_example_data("gh_repo_list") class(gh_repo_list) str(gh_repo_list)
get_github_repo_summary()
returns this kind of data.
get_example_data("gh_repo_summary_metrics") class(gh_repo_summary_metrics) str(gh_repo_summary_metrics)
get_github_repo_timecourse()
returns this kind of data.
get_example_data("gh_repo_timecourse_metrics") class(gh_repo_timecourse_metrics) str(gh_repo_timecourse_metrics)
get_multiple_repos_metrics()
returns this kind of data.
get_example_data("gh_repos_metrics") class(gh_repos_metrics) str(gh_repos_metrics)
Read more about the Google Analytics API here.
get_ga_user()
returns this kind of data.
get_example_data("ga_user") class(ga_user) str(ga_user)
get_ga_properties()
returns this kind of data.
get_example_data("ga_properties") class(ga_properties) str(ga_properties)
get_ga_metadata()
returns this kind of data.
get_example_data("ga_property_metadata") class(ga_property_metadata) str(ga_property_metadata)
get_ga_stats()
when stats_type = "metrics"
returns this kind of data.
get_example_data("ga_metrics") class(ga_metrics) str(ga_metrics)
get_ga_stats()
when stats_type = "dimensions"
returns this kind of data.
get_example_data("ga_dimensions") class(ga_dimensions) str(ga_dimensions)
get_ga_stats()
when stats_type = "link_clicks"
returns this kind of data.
get_example_data("ga_link_clicks") class(ga_link_clicks) str(ga_link_clicks)
get_all_ga_metrics()
returns this kind of data.
get_example_data("ga_all_metrics") class(ga_all_metrics ) str(ga_all_metrics)
Read more about the Google Form API here.
get_google_form()
returns this kind of data.
get_example_data("gform_info") class(gform_info) str(gform_info)
get_multiple_forms()
returns this kind of data.
get_example_data("gforms_multiple") class(gforms_multiple) str(gforms_multiple)
You can read more about Slido data here.
get_slido_files()
returns this kind of data.
get_example_data("slido_data") class(slido_data) str(slido_data)
You can read more about the Youtube API here.
get_youtube_channel_stats()
returns this kind of data.
get_example_data("youtube_channel_stats") class(youtube_channel_stats) str(youtube_channel_stats)
get_youtube_video_stats()
returns this kind of data.
get_example_data("youtube_video_stats") class(youtube_video_stats) str(youtube_video_stats)
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.