Error in DSD_ReadStream("SnakeRiver1000.txt", header = TRUE) :
could not find function "DSD_ReadStream" is the error. to check which package the ReadStream function is written in, I tried searching it and got an error "Internal Server Error". How to get the documentation in R studio? following is the code snippet.
library(stream)
library(utils)
#read the data from the txt file as streaming
getwd()
stream <- DSD_ReadStream("SnakeRiver1000.txt",header = TRUE)
stream