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
col_names<-
c(
"marker_id",
"chromosome",
"genetic_map_pos",
"start",
"end",
"strand",
"marker_symbol",
"marker_status",
"marker_name",
"marker_type",
"feature_type",
"synonyms"
)
# Works fine from local filevroom::vroom(
file="~/dwl/mgi/MRK_List2.rpt",
col_names=col_names,
n_max=0
)
# Does not work from remote connection: crashes R.vroom::vroom(
file="https://www.informatics.jax.org/downloads/reports/MRK_List2.rpt",
col_names=col_names,
n_max=0
)
Hello fellow developers,
Here is a cute bug:
Session info
The text was updated successfully, but these errors were encountered: