You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Error on running code line Expected behavior
A clear and concise description of what you expected to happen.
No error should occur To Reproduce
Please include a minimal reproducible example (AKA a reprex). If you've never
heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex. When you create your reprex, please use a data set available in a package.
# inset reprex heresushi1_min<- pm_prep(sushi1, var="address")
#> Error in pm_prep(sushi1, var = "address"): argument "type" is missing, with no default
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [WIN]
Version of R [e.g. v3.60]
Version of RStudio [1.2.1335]
Additional context
Add any other context about the problem here.
adding [type = "street"] resolves issue. Other option was "intersection", I believe
The text was updated successfully, but these errors were encountered:
oguchihy
changed the title
type = missing witt pm_prep
"type = " missing with pm_prep()
Sep 28, 2019
Before you open your issue:
Describe the bug
A clear and concise description of what the bug is.
Error on running code line
Expected behavior
A clear and concise description of what you expected to happen.
No error should occur
To Reproduce
Please include a minimal reproducible example (AKA a reprex). If you've never
heard of a reprex before, start by reading
https://www.tidyverse.org/help/#reprex. When you create your reprex, please use a data set available in a package.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
adding [type = "street"] resolves issue. Other option was "intersection", I believe
The text was updated successfully, but these errors were encountered: