After successfully initializing credentials in the API I attempt to run the vignette and get an error in the .f but cannot find this in the documentation. Might be a simple fix but I'm not clear what to enter here.
finn_image <- 'https://upload.wikimedia.org/wikipedia/en/2/2a/Finn-Force_Awakens_%282015%29.png'
finn_face <- detect(image = finn_image)
Error in as_mapper(.f, ...) : argument ".f" is missing, with no default
After successfully initializing credentials in the API I attempt to run the vignette and get an error in the .f but cannot find this in the documentation. Might be a simple fix but I'm not clear what to enter here.