Skip to content

The function "convert2df" doesn't work without loading the package through "library(bibliometrix)" #629

Description

@bhattmaulik

This refers to bibliometrix version: 5.4.1.

Minimal reproducible example:

# Fresh R session

bibliometrix::convert2df(
    file = "test.bib",
    dbsource = "generic",
    format = "bibtex"
)

Expected:

Successful import.

Actual:

Warning: data set 'bibtag' not found
Error in [.data.frame(bibtag, , "GENERIC")

After that,

library(bibliometrix)

convert2df(
    file = "test.bib",
    dbsource = "generic",
    format = "bibtex"
)

works correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions