R/glassdoor_user_agent.R

Defines functions gd_user_agent

Documented in gd_user_agent

#' Glassdoor User Agent
#'
#' @return Character vector
#' @export
#'
#' @examples
#' gd_user_agent()
#'
gd_user_agent = function() {
  "Mozilla/5.0"
}

Try the glassdoor package in your browser

Any scripts or data that you put into this service are public.

glassdoor documentation built on May 2, 2019, 11:12 a.m.