CRAN
RGoogleAnalytics 0.1.6
R Wrapper for the Google Analytics API
Released Oct 9, 2018 by Manuel de Francisco Vera
This package is available for Renjin and there are no known compatibility issues.
Dependencies
lubridate 1.7.4 digest 0.6.18 httr 1.3.1
Provides functions for accessing and retrieving data from the Google Analytics API.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>RGoogleAnalytics</artifactId> <version>0.1.6-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:RGoogleAnalytics')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- Dimensions.Length_of_Dimension_vector_does_not_exceed_7_dimensions
- Dimensions.Non_vector_values_are_not_accepted_as_dimensions
- Dimensions.Only_Character_Vectors_are_accepted_as_dimensions
- Dimensions.Passing_a_string_as_a_parameter_works
- Dimensions.Value_of_Dimensions_is_unset_if_input_is_NULL
- End_Date.Date_Value_is_of_the_correct_data_type
- End_Date.End_Date_is_set_properly
- End_Date.Setting_End_Date_to_NULL_unsets_the_parameter
- Filters.Passing_a_NULL_value_unsets_the_parameter
- Filters.Passing_a_valid_string_as_a_parameter_works
- Max_Results.Passing_a_NULL_value_unsets_the_parameter
- Max_Results.Passing_a_string_of_values_throws_an_error
- Max_Results.Passing_a_valid_number_as_as_parameter_works
- Max_Results.Passing_a_vector_of_values_throws_an_error
- Metrics.Length_of_Dimension_vector_does_not_exceed_7_dimensions
- Metrics.Non_vector_values_are_not_accepted_as_metrics
- Metrics.Only_Character_Vectors_are_accepted_as_metrics
- Metrics.Passing_a_string_as_a_parameter_works
- Metrics.Passing_a_vector_of_metrics_works
- Metrics.Value_of_metrics_is_unset_if_input_is_NULL
- Segments.Segments_are_set_properly
- Segments.Segments_are_unset_if_input_is_NULL
- Sort.Non_Character_vector_raises_an_error
- Sort.Non_vector_values_raise_an_error
- Sort.Passing_a_NULL_value_unsets_the_parameter
- Sort.Passing_a_vector_as_a_parameter_works
- Sort.Passing_string_as_a_parameter_to_sort_works
- Start_Date.Date_Value_is_of_the_correct_data_type
- Start_Date.Setting_Start_Date_to_NULL_unsets_the_parameter
- Start_Date.Start_Date_is_set_properly
- Table_ID.Passing_a_NULL_value_unsets_the_parameter
- Table_ID.Passing_a_valid_string_as_a_parameter_works
- Table_ID.Passing_a_vector_raises_an_error
- Table_ID.Passing_non_vector_values_raises_an_error
- Table_ID.Passing_numeric_values_raises_an_error
- Validate.Missing_End_Date_parameter_results_in_an_error
- Validate.Missing_Start_Date_parameter_results_in_an_error
- Validate.Missing_metrics_results_in_an_error
- Validate.Missing_table_ID_results_in_an_error
- tests-all