## Not run:
# ga_meta <- list_dimsmets("ga")
# # a count of parameters types
# table(ga_meta$type)
# # parameters groups
# table(ga_meta$group)
# # get a deprecated parameters was replaced by
# subset(ga_meta, status == "DEPRECATED", c(id, replacedBy))
# # get a calculation metrics
# subset(ga_meta, !is.na(calculation), c(id, calculation))
# # get a not deprecated metrics from user group
# subset(ga_meta, group == "User" & type == "METRIC" & status != "DEPRECATED", id)
# # get parameters allowed in segments
# subset(ga_meta, allowedInSegments, id)
# ## End(Not run)
Run the code above in your browser using DataLab