Skip to content

GetSymbol.cfe #6

@fabmaccallini

Description

@fabmaccallini

It seems CFE now returns an html file in case of invalid query (ie the .csv file does not exist) disrupting the logic of the function. Hence after:

if (inherits(tmptry, "try-error"))
(next)()

I would suggest to add also:

if (grepl("", readLines(tmp, 1)))
(next)()

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