Skip to content

Error any_of is not an exported object from "namespace:dplyr" #111

@mjdzr

Description

@mjdzr

Hi all. I wanted to use a simple function of weather_dl but got some errors. I thought I should update my R to 4.0 and also my weathercan to the newest version. However I still get the error:

library(weathercan)
library(xlsx)
library(tidyr)
library(dplyr)

#Using an example of weather_dl:
kam.pg <- weather_dl(station_ids = c(48248, 51423),
                     start = "2016-01-01", end = "2016-02-15")

Error: 'any_of' is not an exported object from 'namespace:dplyr'

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