produc_cientific {bibliorefer}R Documentation

Function of annual scientific production

Description

This function shows the evolution of scientific production. The function receives a dataframe with scientific production data and returns a dataframe with the dates and number of articles published on each date

Usage

produc_cientific(input_date)

Arguments

input_date

is a dataframe with the scientific production database

Value

The function return a dataframe with the dates and the number of articles published in each of them

References

Evolution of number of citations per article in Materials Science: possible causes and effect on the impact factor of journals. Ariza-Guerrero, A.M, Blázquez, J.S. Scientometrics, 128(12), pp. 6589–6609. 2023.

Examples


#Call the produc_cientific function
file_db <- system.file("extdata","example_database.csv", package = "bibliorefer")
separator <- ","
input_date <- example_database(file_db, separator)
prod_ct <- produc_cientific(input_date)
prod_ct



[Package bibliorefer version 0.1.0 Index]