Is there a CRAN package that includes the inspect function ? Arules and TM are installed, but I am still getting an error message any time I have to type in "inspect" that says "could not function inspect"
            Asked
            
        
        
            Active
            
        
            Viewed 16 times
        
    0
            
            
        - 
                    Works for me. The first example in `?arules::inspect` worked with no errors. – Rui Barradas May 07 '20 at 04:41
 - 
                    1did you call `library(arules)` as well as installing it? – morgan121 May 07 '20 at 04:43
 - 
                    1A good way to find all the packages that contain a function name: https://www.rdocumentation.org/search?q=inspect – MrFlick May 07 '20 at 04:45