Q1) Can I save my data locally in Data or any format to load it quickly as per requirement.
Q2) In MATLAB you can fetch the data and save it in MAT format and load it when required. I want to do similar stuff to save time.
You can save your data as either as csv or table format using R. You can load it whenever you want by using read 'command'. The following are some examples.
https://stat.ethz.ch/R-manual/R-devel/library/base/html/write.html
http://rprogramming.net/write-csv-in-r/
http://stat.ethz.ch/R-manual/R-devel/library/utils/html/write.table.html
https://stat.ethz.ch/R-manual/R-devel/library/utils/html/read.table.html
https://cran.r-project.org/doc/manuals/r-release/R-data.html
Yes you can do it and the links Pranavathiyani G has given contains all informations for you.
You can also save them in binary format using save() command and load them with load() command.
Dear Pascal Pernot,
This is what I am looking for.
Dear Pranavathiyani G,
thanks for your explanation.
Many thanks.
I am using Spacy and trying to detect names in the text. For example, text = 'Keras is a good package. Adam Smith uses a car of black colour. I hope Katrina is doing well in her job.' The answer...
06 July 2018 7,088 0 View
I am using Anaconda for Python. Want to use "KERAS" deep learning module into SPYDER. When I am installing "THEANO" AND "KERAS" using conda, I can successfully import THEANO but when I am trying...
04 May 2017 6,363 6 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
Hello experts, Does anyone know any free software about retention index prediction ?
08 August 2024 7,403 2 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View