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

tableTag

Tabulate elements from a Tag Field column


Description

It tabulates elements from a Tag Field column of a bibliographic data frame.

Usage

tableTag(M, Tag = "CR", sep = ";", ngrams = 1)

Arguments

M

is a data frame obtained by the converting function convert2df. It is a data matrix with cases corresponding to articles and variables to Field Tag in the original WoS or SCOPUS file.

Tag

is a character object. It indicates one of the field tags of the standard ISI WoS Field Tag codify.

sep

is the field separator character. This character separates strings in each column of the data frame. The default is sep = ";".

ngrams

is an integer between 1 and 3. It indicates the type of n-gram to extract from titles or abstracts.

Details

tableTag is an internal routine of main function biblioAnalysis.

Value

an object of class table

Examples

data(scientometrics, package = "bibliometrixData")
Tab <- tableTag(scientometrics, Tag = "CR", sep = ";")
Tab[1:10]

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.