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
@xni7 Since the files are so large, I wonder if we should just put in a little "import_ecg()" function that calls read_csv() on the existing URLs and saves the data in your session (or alternatevely on disc). We'd roll right past the 5mb limit in CRAN otherwise.
I think it's definitely one option, @jwildfire . The risk might be the source url could be unreachable if the server is down, or the data is taken offline. I couldn't reach CTSpedia now to fetch Rich's QT sample data there. One option might be to download and host somewhere such as Github, and point to it. Another option might be to trim down the data by rows and/or columns. It's more work, and if we are already close to the 5mb mark, it may be difficult even if we trim
@jwildfire , there are some public ADaM data domains for the QT topic.
see https://physionet.org/content/ecgcipa/1.0.0/. The ADEG data look very useful sample data for the QT visualizations https://physionet.org/content/ecgcipa/1.0.0/adeg.csv
The text was updated successfully, but these errors were encountered: