Bibliographic data frame time slice
Divide a bibliographic data frame into time slice
timeslice(M, breaks = NA, k = 5)
M |
is a bibliographic data frame obtained by the converting function |
breaks |
is a numeric vector of two or more unique cut points. |
k |
is an integer value giving the number of intervals into which the data frame is to be cut. |
the value returned from split
is a list containing the data frames for each sub-period.
convert2df
to import and convert an ISI or SCOPUS Export file in a bibliographic data frame.
biblioAnalysis
function for bibliometric analysis.
summary
to obtain a summary of the results.
plot
to draw some useful plots of the results.
data(scientometrics, package = "bibliometrixData") list_df <- timeslice(scientometrics, breaks = c(1995, 2005)) names(list_df)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.