Thanks everyone for the feedbacks. This is really helpful.
bhaskar
On Sat, May 22, 2021 at 11:56 AM David Winsemius
wrote:
> Several authors hav addressed this problem with names that resemble
> "rbindfill". In my machine I find four instances:
>
> ??rbindfill
>
> Help pages:
> ffbase::ffdfrbin
Several authors hav addressed this problem with names that resemble
"rbindfill". In my machine I find four instances:
??rbindfill
Help pages:
ffbase::ffdfrbind.fill rbind for ffdf where missing columns are
added if not available in one of the ffdf objects
plyr::rbind.fill Combine
The source being a URL is not important.
The important things are
- what the structure of the JSON data is
- what the MEANING of the JSON data is
- what that meaning says about what SHOULD appear in the data
from in these cases.
Arguably this isn't even an R question at all. It's a question
Hi Bhaskar,
If you are using read.table or similar, see the "fill=" argument.
Jim
On Thu, May 20, 2021 at 9:54 AM Bhaskar Mitra wrote:
>
> Hello Everyone,
>
> I am trying to extract data from a url. The codes work well when the
> data structure is as follows:
>
> X Y
> 1 2
> 1 5
> 1 6
> 1 7
> 3
Hello Everyone,
I am trying to extract data from a url. The codes work well when the
data structure is as follows:
X Y
1 2
1 5
1 6
1 7
3 4
However, the code fails when the data structure has no number
under the 2nd column (shown below).I get the following error:
"Error in data.frame(..., check.
5 matches
Mail list logo