Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list and Chain documentation #410

Open
timcdlucas opened this issue Feb 5, 2018 · 1 comment
Open

list and Chain documentation #410

timcdlucas opened this issue Feb 5, 2018 · 1 comment

Comments

@timcdlucas
Copy link
Contributor

Hi all,

A few issues I've found with the documentation.

Firstly, as far as I can see there's no easy way to get documentation for list. ?list would be very useful.

Secondly, ?Chain says "Model and output modules may not be chained." But output modules can be chained and is in fact the only way to do something like


work2 <- workflow(UKAnophelesPlumbeus,
                 UKAir,
                 OneHundredBackground,   
                 list(RandomForest, LogisticRegression),
                 Chain(PrintOccurrenceMap, PrintMap))

I will try to get round to fixing this later point myself. Not exactly sure the best approach for the previous former point.

@timcdlucas
Copy link
Contributor Author

This is partially the same issue as #32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant