We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0af64 commit 8315427Copy full SHA for 8315427
1 file changed
R/download.R
@@ -51,7 +51,7 @@ download_helper <- function(document_uuid,
51
# Read data from file path
52
x <- read_temp(new_path, ...)
53
54
- return(x)
+ x
55
56
}
57
0 commit comments