Learn R Programming

bibliorefer (version 0.1.2)

produc_cientific: 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)

Value

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

Arguments

input_date

is a dataframe with the scientific production database

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

Run this code

#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


Run the code above in your browser using DataLab