Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

biblioshiny

Shiny UI for bibliometrix package


Description

biblioshiny performs science mapping analysis using the main functions of the bibliometrix package.

Usage

biblioshiny(
  host = "127.0.0.1",
  port = NULL,
  launch.browser = TRUE,
  maxUploadSize = 200
)

Arguments

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not.

port

is the TCP port that the application should listen on. If the port is not specified, and the shiny.port option is set (with options(shiny.port = XX)), then that port will be used. Otherwise, use a random port.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

maxUploadSize

is a integer. The max upload file size argument. Default value is 200 (megabyte)

Examples

#biblioshiny()

bibliometrix

Comprehensive Science Mapping Analysis

v3.1.1
GPL-3
Authors
Massimo Aria [cre, aut], Corrado Cuccurullo [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.