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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ There are three methods that deal with headers. The `read_header` methods reads
197
197
*`ignore_extra_column`: If a column with a name is in the file but not in the argument list, then it is silently ignored.
198
198
*`ignore_missing_column`: If a column with a name is not in the file but is in the argument list, then `read_row` will not modify the corresponding variable.
199
199
200
-
When using `ignore_column_missing` it is a good idea to initialize the variables passed to `read_row` with a default value, for example:
200
+
When using `ignore_missing_column` it is a good idea to initialize the variables passed to `read_row` with a default value, for example:
0 commit comments