Simple filter is not working in Azure notebook for R

Raúl Andrés Duque Murillo 236 Reputation points
2020-08-10T21:50:04.317+00:00

I have imported packages:

library(dplyr)

Uploaded my dataset:

bike <- readRDS("bike.rds")

16798-image.png

But when I try simple "filter" it is not working:

16867-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,848 questions
0 comments No comments
{count} vote

Accepted answer
  1. Raúl Andrés Duque Murillo 236 Reputation points
    2020-08-10T22:06:10.387+00:00

    Fixed.

    It looks azure notebook clean the session after some period of inactivity, there the package dplyr was not loaded after some time

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.