Skip to content

httr:::print.response(x) does not return invisible(x) #355

@BillDunlap

Description

@BillDunlap

The print method for 'response' objects does not return its first argument.

The 'return()' lines should be 'return(invisible(x))' and it should end with 'invisible(x)'.

-Bill Dunlap wdunlap@tibco.com

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