Skip to content

handle 0 articles returned inside RISMed R package #108

@leeevans

Description

@leeevans

In RISMed R package EUtilsSummary.R apply the following change around line 20:

old code:

EMPTYCHECK <- length(grep("<eSearchResult><Count>0<\\/Count>", lines))!=0

replacement code:

EMPTYCHECK <- length(grep("<Count>0<\\/Count>", lines))!=0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions